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

Public Member Functions

 __construct ($authorName=null, $authorEmail=null)
 
 getName ()
 
 setAuthorEmail ($authorEmail)
 
 getAuthorEmail ()
 
 setAuthorName ($authorName)
 
 getAuthorName ()
 
 generate ()
 
- Public Member Functions inherited from AbstractGenerator
 __construct ($options=[])
 
 setSourceDirty ($isSourceDirty=true)
 
 isSourceDirty ()
 
 setIndentation ($indentation)
 
 getIndentation ()
 
 setSourceContent ($sourceContent)
 
 getSourceContent ()
 
 setOptions ($options)
 

Static Public Member Functions

static fromReflection (ReflectionTagInterface $reflectionTag)
 

Protected Attributes

 $authorName = null
 
 $authorEmail = null
 
- Protected Attributes inherited from AbstractGenerator
 $isSourceDirty = true
 
 $indentation = ' '
 
 $sourceContent = null
 

Additional Inherited Members

- Public Attributes inherited from AbstractGenerator
const LINE_FEED = "\n"
 Line feed to use in place of EOL.
 

Constructor & Destructor Documentation

__construct (   $authorName = null,
  $authorEmail = null 
)
Parameters
string$authorName
string$authorEmail

Member Function Documentation

static fromReflection ( ReflectionTagInterface  $reflectionTag)
static
Parameters
ReflectionTagInterface$reflectionTag
Returns
ReturnTag
Deprecated:
Deprecated in 2.3. Use TagManager::createTagFromReflection() instead
generate ( )
Returns
string

Implements GeneratorInterface.

getAuthorEmail ( )
Returns
string
getAuthorName ( )
Returns
string
getName ( )
Returns
string

Implements PrototypeInterface.

setAuthorEmail (   $authorEmail)
Parameters
string$authorEmail
Returns
AuthorTag
setAuthorName (   $authorName)
Parameters
string$authorName
Returns
AuthorTag

Member Data Documentation

$authorEmail = null
protected
$authorName = null
protected