You are here

public function FeedInterface::getAuthor 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::getAuthor()

Get a single author

Parameters

int $index:

Return value

string|null

2 methods override FeedInterface::getAuthor()
Atom::getAuthor in vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php
Get a single author
Rss::getAuthor in vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php
Get a single author

File

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

Class

FeedInterface

Namespace

Zend\Feed\Reader\Feed

Code

public function getAuthor($index = 0);