Mercurial > hg > cmmr2012-drupal-site
comparison vendor/zendframework/zend-feed/src/Writer/Feed.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | 5311817fb629 |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
110 /** | 110 /** |
111 * Retrieve a specific indexed entry from the internal queue. Entries must be | 111 * Retrieve a specific indexed entry from the internal queue. Entries must be |
112 * added to a feed container in order to be indexed. | 112 * added to a feed container in order to be indexed. |
113 * | 113 * |
114 * @param int $index | 114 * @param int $index |
115 * @return Entry | |
115 * @throws Exception\InvalidArgumentException | 116 * @throws Exception\InvalidArgumentException |
116 */ | 117 */ |
117 public function getEntry($index = 0) | 118 public function getEntry($index = 0) |
118 { | 119 { |
119 if (isset($this->entries[$index])) { | 120 if (isset($this->entries[$index])) { |