.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\Contract\\ImageInterface ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\Contract .. php:interface:: ImageInterface Interface for an image. Used in Atom and RSS. .. php:method:: getUrl() Get the URL of the image. Required. :returntype: string .. php:method:: getTitle() Get the title. Used and required for RSS. :returntype: string .. php:method:: getLink() Get the link. Used and required for RSS. :returntype: string .. php:method:: getWidth() Get the width of the image. Use for RSS. :returntype: int :returns: 144> .. php:method:: getHeight() Get the height of the image. Use for RSS. :returntype: int :returns: 400> .. php:method:: getDescription() Get the description of the image. Use for RSS. :returntype: string