Class Tag

Summary

Fully Qualified Name: Zend\Code\Generator\DocBlock\Tag
Extends: GenericTag

Description

Methods

Name Description Defined By
__construct() GenericTag
fromReflection() Tag
generate() GenericTag
getContent() GenericTag
getDescription() Tag
getIndentation() AbstractGenerator
getName() GenericTag
getSourceContent() AbstractGenerator
isSourceDirty() AbstractGenerator
setContent() GenericTag
setDescription() Tag
setIndentation() AbstractGenerator
setName() GenericTag
setOptions() AbstractGenerator
setSourceContent() AbstractGenerator
setSourceDirty() AbstractGenerator

Method Details

__construct()

Parameter Name Type Description
$name string
$content string

Returns:

fromReflection()

Parameter Name Type Description
$reflectionTag \ReflectionTagInterface

Returns: \Tag

generate()

Returns: string

getContent()

Returns: string

getDescription()

Returns: string

getIndentation()

Returns: string

getName()

Returns: string

getSourceContent()

Returns: string

isSourceDirty()

Returns: bool

setContent()

Parameter Name Type Description
$content string

Returns: \GenericTag

setDescription()

Parameter Name Type Description
$description string

Returns: \Tag

setIndentation()

Parameter Name Type Description
$indentation string

Returns: \AbstractGenerator

setName()

Parameter Name Type Description
$name string

Returns: \GenericTag

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