Methods
Get a single author
getAuthor(int $index) : string | null
Parameters
$index
int
Returns
string
null
Get an array with feed authors
getAuthors() : array
Get the copyright entry
getCopyright() : string | null
Get the feed creation date
getDateCreated() : string | null
Get the feed modification date
getDateModified() : string | null
Get the feed description
getDescription() : string | null
Get a link to the XML feed
getFeedLink() : string | null
Get the feed generator entry
getGenerator() : string | null
Get the feed ID
getId() : string | null
Get the feed language
getLanguage() : string | null
Get a link to the HTML source
getLink() : string | null
Get the feed title
getTitle() : string | null