__construct()
generate()
getContent()
getIndentation()
getName()
getSourceContent()
isSourceDirty()
setContent()
setIndentation()
setName()
setOptions()
setSourceContent()
setSourceDirty()
$content
$indentation
$isSourceDirty
$name
$sourceContent
LINE_FEED
__construct(string $name, string $content)
string
string
generate() : string
stringgetContent() : string
stringgetIndentation() : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::getIndentation() | 
|---|
stringgetName() : string
stringgetSourceContent() : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::getSourceContent() | 
|---|
stringisSourceDirty() : bool
| inherited_from | \Zend\Code\Generator\AbstractGenerator::isSourceDirty() | 
|---|
boolsetIndentation(string $indentation) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setIndentation() | 
|---|
string
setOptions(array | \Traversable $options) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setOptions() | 
|---|
array\Traversable
| \Zend\Code\Generator\Exception\InvalidArgumentException | 
|---|
setSourceContent(string $sourceContent) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setSourceContent() | 
|---|
string
setSourceDirty(bool $isSourceDirty) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setSourceDirty() | 
|---|
bool
$content : string
$indentation : int | string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$indentation | 
|---|
$isSourceDirty : bool
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$isSourceDirty | 
|---|
$name : string
$sourceContent : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$sourceContent | 
|---|
LINE_FEED
| inherited_from | \Zend\Code\Generator\AbstractGenerator::LINE_FEED | 
|---|