116. Class

116.1. Zend\Feed\Reader\Extension\Atom\Feed

116.1.1. Methods

116.1.1.1. getAuthor

getAuthor()

Get a single author

Parameters:int
Return type:string|null

116.1.1.2. getAuthors

getAuthors()

Get an array with feed authors

Return type:CollectionAuthor

116.1.1.3. getCopyright

getCopyright()

Get the copyright entry

Return type:string|null

116.1.1.4. getDateCreated

getDateCreated()

Get the feed creation date

Return type:DateTime|null

116.1.1.5. getDateModified

getDateModified()

Get the feed modification date

Return type:DateTime|null

116.1.1.6. getDescription

getDescription()

Get the feed description

Return type:string|null

116.1.1.7. getGenerator

getGenerator()

Get the feed generator entry

Return type:string|null

116.1.1.8. getId

getId()

Get the feed ID

Return type:string|null

116.1.1.9. getLanguage

getLanguage()

Get the feed language

Return type:string|null

116.1.1.10. getImage

getImage()

Get the feed image

Return type:array|null

116.1.1.11. getBaseUrl

getBaseUrl()

Get the base URI of the feed (if set).

Return type:string|null

116.1.1.14. getHubs

getHubs()

Get an array of any supported Pusubhubbub endpoints

Return type:array|null

116.1.1.15. getTitle

getTitle()

Get the feed title

Return type:string|null

116.1.1.16. getCategories

getCategories()

Get all categories

Return type:CollectionCategory

116.1.1.17. getAuthorFromElement

getAuthorFromElement()

Get an author entry in RSS format

Parameters:DOMElement
Return type:string

116.1.1.18. absolutiseUri

absolutiseUri()
Attempt to absolutise the URI, i.e. if a relative URI apply the
xml:base value as a prefix to turn into an absolute URI.

116.1.1.19. registerNamespaces

registerNamespaces()

Register the default namespaces for the current feed format

116.1.1.20. getAtomType

getAtomType()

Detect the presence of any Atom namespaces in use