.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\ValueObject\\Text ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\ValueObject .. php:class:: Text .. php:method:: __construct(string text, string $format = Brotkrueml\\FeedGenerator\\Format\\TextFormat::TEXT) :param string $text: The text :param Brotkrueml\\FeedGenerator\\Format\\TextFormat $format: The format .. php:method:: getText() :returntype: string .. php:method:: getFormat() :returntype: Brotkrueml\\FeedGenerator\\Format\\TextFormat