__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
stringgetAuthorEmail() : string
stringgetAuthorName() : 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
$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 |
|---|