comparison vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 7a779792577d
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
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