.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\Contract\\FeedInterface ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\Contract .. php:interface:: FeedInterface Interface for a feed. .. php:method:: getId() Get a unique identifier associated with this feed. Used in Atom only. :returntype: string .. php:method:: getTitle() Get the title of the feed. :returntype: string .. php:method:: getDescription() Get the text description of the feed. :returntype: string .. php:method:: getLink() Get a URI to the HTML website containing the same or similar information as this feed (i.e. if the feed is from a blog, it should provide the blog's URI where the HTML version of the entries can be read). :returntype: string .. php:method:: getAuthors() Get the data for authors. :returntype: Brotkrueml\\FeedGenerator\\Collection\\Collection .. php:method:: getDatePublished() Get the date on which this feed was published. Used in RSS only. :returntype: DateTimeInterface .. php:method:: getDateModified() Get the date on which this feed was last modified. Used in Atom only. :returntype: DateTimeInterface .. php:method:: getLastBuildDate() Get the date on which this feed was last build. Used in RSS only. :returntype: DateTimeInterface .. php:method:: getLanguage() Get the language of the feed. Used in Atom and RSS. :returntype: string .. php:method:: getCopyright() Get a copyright notice associated with the feed. Used in Atom and RSS. :returntype: string .. php:method:: getImage() Get an image. Used in Atom and RSS. :returntype: Brotkrueml\\FeedGenerator\\Contract\\ImageInterface .. php:method:: getCategories() :returntype: Brotkrueml\\FeedGenerator\\Collection\\Collection .. php:method:: getItems() Get the items of the feed. :returntype: Brotkrueml\\FeedGenerator\\Collection\\Collection .. php:method:: getStyleSheet() Get the path for an XSL stylesheet. Used in Atom and RSS. The path should be prefixed with "EXT:". :returntype: string .. php:method:: getExtensionContents() Get extension contents for the feed :returntype: Brotkrueml\\FeedGenerator\\Collection\\Collection