__construct()
fromReflection()
generate()
getDatatype()
getDescription()
getIndentation()
getName()
getParamName()
getSourceContent()
isSourceDirty()
setDatatype()
setDescription()
setIndentation()
setName()
setOptions()
setParamName()
setSourceContent()
setSourceDirty()
$datatype
$description
$indentation
$isSourceDirty
$name
$paramName
$sourceContent
$typeFormats
LINE_FEED
__construct(array $options)
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::__construct() |
|---|
array
fromReflection(\Zend\Code\Reflection\DocBlock\Tag\TagInterface $reflectionTagParam) : \Zend\Code\Generator\DocBlock\Tag\ParamTag
generate() : string
stringgetDatatype() : string
stringgetDescription() : string
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::getDescription() |
|---|
stringgetIndentation() : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::getIndentation() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::getIndentation() |
stringgetName() : string
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::getName() |
|---|
stringgetParamName() : string
stringgetSourceContent() : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::getSourceContent() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::getSourceContent() |
stringisSourceDirty() : bool
| inherited_from | \Zend\Code\Generator\AbstractGenerator::isSourceDirty() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::isSourceDirty() |
boolsetDescription(string $description) : \Zend\Code\Generator\DocBlock\Tag
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::setDescription() |
|---|
string
setIndentation(string $indentation) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setIndentation() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::setIndentation() |
string
setName(string $name) : \Zend\Code\Generator\DocBlock\Tag
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::setName() |
|---|
string
setOptions(array | \Traversable $options) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setOptions() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::setOptions() |
array\Traversable
\Zend\Code\Generator\Exception\InvalidArgumentException |
|---|
setSourceContent(string $sourceContent) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setSourceContent() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::setSourceContent() |
string
setSourceDirty(bool $isSourceDirty) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setSourceDirty() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::setSourceDirty() |
bool
$datatype : string
$description : string
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::$$description |
|---|
$indentation : int | string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$indentation |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::$$indentation |
$isSourceDirty : bool
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$isSourceDirty |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::$$isSourceDirty |
$name : string
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::$$name |
|---|
$paramName : string
$sourceContent : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$sourceContent |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::$$sourceContent |
$typeFormats : array
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::$$typeFormats |
|---|
LINE_FEED
| inherited_from | \Zend\Code\Generator\AbstractGenerator::LINE_FEED |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag::LINE_FEED |