comparison vendor/zendframework/zend-feed/src/Reader/Entry/Atom.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
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