Methods

Get the specified author

getAuthor(int $index) : string | null

Parameters

$index

int

Returns

stringnull

Get an array with feed authors

getAuthors() : array

Returns

array

Get all categories

getCategories() : \Zend\Feed\Reader\Collection\Category

Get the number of comments/replies for current entry

getCommentCount() : int

Returns

int

Get the entry content

getContent() : string

Returns

string

Get the entry creation date

getDateCreated() : string

Returns

string

Get the entry modification date

getDateModified() : string

Returns

string

Get the entry description

getDescription() : string

Returns

string

Get the entry enclosure

getEnclosure() : \stdClass

Returns

Get the entry ID

getId() : string

Returns

string

Get the entry title

getTitle() : string

Returns

string