Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
AuthorTag Class Reference

Public Member Functions

 getName ()
 
 initialize ($tagDocblockLine)
 Initializer.
 
 getAuthorName ()
 
 getAuthorEmail ()
 
 __toString ()
 

Protected Attributes

 $authorName = null
 
 $authorEmail = null
 

Member Function Documentation

__toString ( )
getAuthorEmail ( )
Returns
null|string
getAuthorName ( )
Returns
null|string
getName ( )
Returns
string

Implements PrototypeInterface.

initialize (   $tagDocblockLine)

Initializer.

Parameters
string$tagDocblockLine

Implements TagInterface.

Member Data Documentation

$authorEmail = null
protected
$authorName = null
protected