Class AuthorTag

Summary

Fully Qualified Name: Zend\Code\Reflection\DocBlock\Tag\AuthorTag
Implements: TagInterface

Description

Methods

Name Description Defined By
__toString() AuthorTag
getAuthorEmail() AuthorTag
getAuthorName() AuthorTag
getName() AuthorTag
initialize() Initializer AuthorTag

Method Details

__toString()

Returns: void

getAuthorEmail()

Returns: null|string

getAuthorName()

Returns: null|string

getName()

Returns: string

initialize()

Initializer

Parameter Name Type Description
$tagDocblockLine string

Returns:

Top