418. Class

418.1. Zend\Feed\Reader\Extension\DublinCore\Feed

418.1.1. Methods

418.1.1.1. getAuthor

getAuthor()

Get a single author

Parameters:int
Return type:string|null

418.1.1.2. getAuthors

getAuthors()

Get an array with feed authors

Return type:array

418.1.1.3. getCopyright

getCopyright()

Get the copyright entry

Return type:string|null

418.1.1.4. getDescription

getDescription()

Get the feed description

Return type:string|null

418.1.1.5. getId

getId()

Get the feed ID

Return type:string|null

418.1.1.6. getLanguage

getLanguage()

Get the feed language

Return type:string|null

418.1.1.7. getTitle

getTitle()

Get the feed title

Return type:string|null

418.1.1.8. getDate

getDate()

@return DateTime|null

418.1.1.9. getCategories

getCategories()

Get categories (subjects under DC)

Return type:CollectionCategory

418.1.1.10. registerNamespaces

registerNamespaces()

Register the default namespaces for the current feed format

Return type:void