Methods
Get the specified author
getAuthor(int $index) : string | null
Parameters
$index
int
Returns
string
null
Get an array with feed authors
getAuthors() : array
Get the entry content
getContent() : string
Get the entry creation date
getDateCreated() : string
Get the entry modification date
getDateModified() : string
Get the entry description
getDescription() : string
Get the entry enclosure
getEnclosure() : \stdClass
Get the entry ID
getId() : string
Get a specific link
getLink(int $index) : string
Parameters
$index
int
Returns
string
Get all links
getLinks() : array
Get a permalink to the entry
getPermalink() : string
Get the entry title
getTitle() : string