115. Class

115.1. Zend\Feed\Reader\Extension\Atom\Entry

115.1.1. Methods

115.1.1.1. getAuthor

getAuthor()

Get the specified author

Parameters:int
Return type:string|null

115.1.1.2. getAuthors

getAuthors()

Get an array with feed authors

Return type:CollectionAuthor

115.1.1.3. getContent

getContent()

Get the entry content

Return type:string

115.1.1.4. collectXhtml

collectXhtml()

Parse out XHTML to remove the namespacing

Parameters:
  • $xhtml
  • $prefix
Return type:

mixed

115.1.1.5. getDateCreated

getDateCreated()

Get the entry creation date

Return type:string

115.1.1.6. getDateModified

getDateModified()

Get the entry modification date

Return type:string

115.1.1.7. getDescription

getDescription()

Get the entry description

Return type:string

115.1.1.8. getEnclosure

getEnclosure()

Get the entry enclosure

Return type:string

115.1.1.9. getId

getId()

Get the entry ID

Return type:string

115.1.1.10. getBaseUrl

getBaseUrl()

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

Return type:string|null

115.1.1.14. getTitle

getTitle()

Get the entry title

Return type:string

115.1.1.15. getCommentCount

getCommentCount()

Get the number of comments/replies for current entry

Return type:integer

115.1.1.18. getCategories

getCategories()

Get all categories

Return type:CollectionCategory

115.1.1.19. getSource

getSource()

Get source feed metadata from the entry

Return type:ReaderFeedAtomSource|null

115.1.1.20. 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.
Parameters:$link
Return type:string

115.1.1.21. getAuthorFromElement

getAuthorFromElement()

Get an author entry

Parameters:DOMElement
Return type:string

115.1.1.22. registerNamespaces

registerNamespaces()

Register the default namespaces for the current feed format

115.1.1.23. getAtomType

getAtomType()

Detect the presence of any Atom namespaces in use

Return type:string