You are here

public function FeedInterface::getAuthors in Zircon Profile 8

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

Get an array with feed authors

Return value

array

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

File

vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php, line 32

Class

FeedInterface

Namespace

Zend\Feed\Reader\Feed

Code

public function getAuthors();