You are here

public function EntryInterface::getAuthors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php \Zend\Feed\Reader\Entry\EntryInterface::getAuthors()

Get an array with feed authors

Return value

array

2 methods override EntryInterface::getAuthors()
Atom::getAuthors in vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php
Get an array with feed authors
Rss::getAuthors in vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php
Get an array with feed authors

File

vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php, line 29

Class

EntryInterface

Namespace

Zend\Feed\Reader\Entry

Code

public function getAuthors();