Mercurial > hg > cmmr2012-drupal-site
comparison vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | 5311817fb629 |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
61 $this->extensions[$name] = $extension; | 61 $this->extensions[$name] = $extension; |
62 } | 62 } |
63 } | 63 } |
64 | 64 |
65 /** | 65 /** |
66 * Get an author entry | 66 * @inheritdoc |
67 * | |
68 * @param int $index | |
69 * @return string | |
70 */ | 67 */ |
71 public function getAuthor($index = 0) | 68 public function getAuthor($index = 0) |
72 { | 69 { |
73 $authors = $this->getAuthors(); | 70 $authors = $this->getAuthors(); |
74 | 71 |