.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\ValueObject\\Author ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\ValueObject .. php:class:: Author .. php:method:: __construct(string name, string email = '', string uri = '') :param string $name: The name :param string $email: The email address :param string $uri: The URI to a profile page .. php:method:: getName() :returntype: string .. php:method:: getEmail() :returntype: string .. php:method:: getUri() :returntype: string