Class BodyGenerator

Summary

Fully Qualified Name: Zend\Code\Generator\BodyGenerator
Extends: AbstractGenerator

Description

Methods

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

Method Details

__construct()

Parameter Name Type Description
$options array

Returns:

generate()

Returns: string

getContent()

Returns: string

getIndentation()

Returns: string

getSourceContent()

Returns: string

isSourceDirty()

Returns: bool

setContent()

Parameter Name Type Description
$content string

Returns: \BodyGenerator

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