__construct()
addFlag()
generate()
getDocBlock()
getIndentation()
getName()
getSourceContent()
getVisibility()
isAbstract()
isFinal()
isSourceDirty()
isStatic()
removeFlag()
setAbstract()
setDocBlock()
setFinal()
setFlags()
setIndentation()
setName()
setOptions()
setSourceContent()
setSourceDirty()
setStatic()
setVisibility()
$docBlock
$flags
$indentation
$isSourceDirty
$name
$sourceContent
FLAG_ABSTRACT
FLAG_FINAL
FLAG_PRIVATE
FLAG_PROTECTED
FLAG_PUBLIC
FLAG_STATIC
LINE_FEED
VISIBILITY_PRIVATE
VISIBILITY_PROTECTED
VISIBILITY_PUBLIC
__construct(array $options)
inherited_from | \Zend\Code\Generator\AbstractGenerator::__construct() |
---|
array
generate()
inherited_from | \Zend\Code\Generator\GeneratorInterface::generate() |
---|---|
inherited_from | \Zend\Code\Generator\AbstractGenerator::generate() |
getDocBlock() : \Zend\Code\Generator\DocBlockGenerator
getIndentation() : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::getIndentation() |
---|
string
getName() : string
string
getSourceContent() : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::getSourceContent() |
---|
string
getVisibility() : string
string
isAbstract() : bool
bool
isFinal() : bool
bool
isSourceDirty() : bool
inherited_from | \Zend\Code\Generator\AbstractGenerator::isSourceDirty() |
---|
bool
isStatic() : bool
bool
setDocBlock(\Zend\Code\Generator\DocBlockGenerator | string $docBlock) : \Zend\Code\Generator\AbstractMemberGenerator
\Zend\Code\Generator\DocBlockGeneratorstring
\Zend\Code\Generator\Exception\InvalidArgumentException |
---|
setIndentation(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
$flags : int
$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 |
---|
FLAG_ABSTRACT
FLAG_FINAL
FLAG_PRIVATE
FLAG_PROTECTED
FLAG_PUBLIC
FLAG_STATIC
LINE_FEED
inherited_from | \Zend\Code\Generator\AbstractGenerator::LINE_FEED |
---|
VISIBILITY_PRIVATE
VISIBILITY_PROTECTED
VISIBILITY_PUBLIC