public function EntryInterface::getAuthor in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php \Zend\Feed\Reader\Entry\EntryInterface::getAuthor()
Get the specified author
Parameters
int $index:
Return value
string|null
2 methods override EntryInterface::getAuthor()
- Atom::getAuthor in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Atom.php - Get the specified author
- Rss::getAuthor in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Rss.php - Get an author entry
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ EntryInterface.php, line 22
Class
Namespace
Zend\Feed\Reader\EntryCode
public function getAuthor($index = 0);