Mercurial > hg > isophonics-drupal-site
comparison vendor/zendframework/zend-feed/src/Writer/Feed.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 7a779792577d |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
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])) { |