.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets ================================================================================ Brotkrueml\\FeedGenerator\\Contract\\AuthorInterface ================================================================================ .. php:namespace:: Brotkrueml\FeedGenerator\Contract .. php:interface:: AuthorInterface Interface for an author. .. php:method:: getName() Get the name. :returntype: string .. php:method:: getEmail() Get the email address. :returntype: string .. php:method:: getUri() Get the URI. Used in Atom only. :returntype: string