.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\ValueObject\\Attachment ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\ValueObject .. php:class:: Attachment .. php:method:: __construct(string url, string type = '', int length = 0) :param string $url: The URL :param string $type: The type :param int $length: The length .. php:method:: getUrl() :returntype: string .. php:method:: getType() :returntype: string .. php:method:: getLength() :returntype: int