.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\ValueObject\\Image ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\ValueObject .. php:class:: Image .. php:method:: __construct(string url, string title = '', string link = '', int width = 0, int height = 0, string description = '') :param string $url: The URL :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:: getUrl() :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