Class AuthorTag

Summary

Fully Qualified Name: Zend\Code\Generator\DocBlock\Tag\AuthorTag
Extends: AbstractGenerator
Implements: TagInterface

Description

Methods

Name Description Defined By
__construct() AuthorTag
fromReflection() AuthorTag
generate() AuthorTag
getAuthorEmail() AuthorTag
getAuthorName() AuthorTag
getIndentation() AbstractGenerator
getName() AuthorTag
getSourceContent() AbstractGenerator
isSourceDirty() AbstractGenerator
setAuthorEmail() AuthorTag
setAuthorName() AuthorTag
setIndentation() AbstractGenerator
setOptions() AbstractGenerator
setSourceContent() AbstractGenerator
setSourceDirty() AbstractGenerator

Method Details

__construct()

Parameter Name Type Description
$authorName string
$authorEmail string

Returns:

fromReflection()

Parameter Name Type Description
$reflectionTag \ReflectionTagInterface

Returns: \ReturnTag

generate()

Returns: string

getAuthorEmail()

Returns: string

getAuthorName()

Returns: string

getIndentation()

Returns: string

getName()

Returns: string

getSourceContent()

Returns: string

isSourceDirty()

Returns: bool

setAuthorEmail()

Parameter Name Type Description
$authorEmail string

Returns: \AuthorTag

setAuthorName()

Parameter Name Type Description
$authorName string

Returns: \AuthorTag

setIndentation()

Parameter Name Type Description
$indentation string

Returns: \AbstractGenerator

setOptions()

Parameter Name Type Description
$options array|\Traversable

Returns: \AbstractGenerator

setSourceContent()

Parameter Name Type Description
$sourceContent string

Returns: \AbstractGenerator

setSourceDirty()

Parameter Name Type Description
$isSourceDirty bool

Returns: \AbstractGenerator

Top