comparison vendor/zendframework/zend-feed/src/Reader/Entry/Atom.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
47 $this->extensions[$name] = $extension; 47 $this->extensions[$name] = $extension;
48 } 48 }
49 } 49 }
50 50
51 /** 51 /**
52 * Get the specified author 52 * @inheritdoc
53 *
54 * @param int $index
55 * @return string|null
56 */ 53 */
57 public function getAuthor($index = 0) 54 public function getAuthor($index = 0)
58 { 55 {
59 $authors = $this->getAuthors(); 56 $authors = $this->getAuthors();
60 57