.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\Entity\\Image ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\Entity .. php:class:: Image .. php:method:: __construct(string uri, string title = '', string link = '', int width = 0, int height = 0, string description = '') :param string $uri: The URI :param string $title: The title :param string $link: The link :param int $width: The width :param int $height: The height :param string $description: The description .. php:method:: getUri() :returntype: string .. php:method:: getTitle() :returntype: string .. php:method:: getLink() :returntype: string .. php:method:: getWidth() :returntype: int .. php:method:: getHeight() :returntype: int .. php:method:: getDescription() :returntype: string