Class GenericTag

Summary

Fully Qualified Name: Zend\Code\Generator\DocBlock\Tag\GenericTag
Extends: AbstractGenerator
Implements: TagInterface, PrototypeGenericInterface

Description

Methods

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

Method Details

__construct()

Parameter Name Type Description
$name string
$content string

Returns:

generate()

Returns: string

getContent()

Returns: string

getIndentation()

Returns: string

getName()

Returns: string

getSourceContent()

Returns: string

isSourceDirty()

Returns: bool

setContent()

Parameter Name Type Description
$content string

Returns: \GenericTag

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