You are here

public function AuthorTag::getAuthorEmail in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/AuthorTag.php \phpDocumentor\Reflection\DocBlock\Tag\AuthorTag::getAuthorEmail()

Gets the author's email.

Return value

string The author's email.

File

vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/AuthorTag.php, line 109

Class

AuthorTag
Reflection class for an @author tag in a Docblock.

Namespace

phpDocumentor\Reflection\DocBlock\Tag

Code

public function getAuthorEmail() {
  return $this->authorEmail;
}