__construct()
fromReflection()
generate()
getAuthorEmail()
getAuthorName()
getIndentation()
getName()
getSourceContent()
isSourceDirty()
setAuthorEmail()
setAuthorName()
setIndentation()
setOptions()
setSourceContent()
setSourceDirty()
$authorEmail
$authorName
$indentation
$isSourceDirty
$sourceContent
LINE_FEED
__construct(string $authorName, string $authorEmail)
string
string
fromReflection(\Zend\Code\Reflection\DocBlock\Tag\TagInterface $reflectionTag) : \Zend\Code\Generator\DocBlock\Tag\ReturnTag
deprecated | Deprecated in 2.3. Use TagManager::createTagFromReflection() instead |
---|
\Zend\Code\Reflection\DocBlock\Tag\TagInterface
generate() : string
string
getAuthorEmail() : string
string
getAuthorName() : string
string
getIndentation() : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::getIndentation() |
---|
string
getName() : string
string
getSourceContent() : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::getSourceContent() |
---|
string
isSourceDirty() : bool
inherited_from | \Zend\Code\Generator\AbstractGenerator::isSourceDirty() |
---|
bool
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
$indentation : int | string
inherited_from | \Zend\Code\Generator\AbstractGenerator::$$indentation |
---|
$isSourceDirty : bool
inherited_from | \Zend\Code\Generator\AbstractGenerator::$$isSourceDirty |
---|
$sourceContent : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::$$sourceContent |
---|
LINE_FEED
inherited_from | \Zend\Code\Generator\AbstractGenerator::LINE_FEED |
---|