.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\Collection\\Collection ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\Collection .. php:class:: Collection .. php:method:: add(Brotkrueml\\FeedGenerator\\Contract\\CollectableInterface items) :returntype: self .. php:method:: get(int index) :param int $index: the index :returntype: Brotkrueml\\FeedGenerator\\Contract\\CollectableInterface .. php:method:: isEmpty() :returntype: bool .. php:method:: getIterator() :returntype: Traversable