Brotkrueml\FeedGenerator\ValueObject\Author

class Brotkrueml\FeedGenerator\ValueObject\Author
__construct(string name, string email = '', string uri = '')
Parameters
  • $name (string) -- The name

  • $email (string) -- The email address

  • $uri (string) -- The URI to a profile page

getName()
Return type

string

getEmail()
Return type

string

getUri()
Return type

string