__construct()
generate()
getDescription()
getIndentation()
getName()
getPropertyName()
getSourceContent()
getTypes()
getTypesAsString()
isSourceDirty()
setDescription()
setIndentation()
setOptions()
setPropertyName()
setSourceContent()
setSourceDirty()
setTypes()
$description
$indentation
$isSourceDirty
$propertyName
$sourceContent
$types
LINE_FEED
This abstract class can be used as parent for all tags that use a type part in their content.
__construct(string $propertyName, array $types, string $description)
string
array
string
generate() : string
stringgetDescription() : string
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getDescription() |
|---|
stringgetIndentation() : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::getIndentation() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getIndentation() |
stringgetName() : string
stringgetPropertyName() : string
stringgetSourceContent() : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::getSourceContent() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getSourceContent() |
stringgetTypes() : array
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getTypes() |
|---|
arraygetTypesAsString(string $delimiter) : string
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getTypesAsString() |
|---|
string
stringisSourceDirty() : bool
| inherited_from | \Zend\Code\Generator\AbstractGenerator::isSourceDirty() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::isSourceDirty() |
boolsetDescription(string $description) : \Zend\Code\Generator\DocBlock\Tag\ReturnTag
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::setDescription() |
|---|
string
setIndentation(string $indentation) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setIndentation() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::setIndentation() |
string
setOptions(array | \Traversable $options) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setOptions() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::setOptions() |
array\Traversable
\Zend\Code\Generator\Exception\InvalidArgumentException |
|---|
setPropertyName(string $propertyName) : \Zend\Code\Generator\DocBlock\Tag\self
string
\Zend\Code\Generator\DocBlock\Tag\selfsetSourceContent(string $sourceContent) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setSourceContent() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::setSourceContent() |
string
setSourceDirty(bool $isSourceDirty) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setSourceDirty() |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::setSourceDirty() |
bool
setTypes(array | string $types) : \Zend\Code\Generator\DocBlock\Tag\ReturnTag
array('int', 'null') or "int|null"
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::setTypes() |
|---|
arraystring
$description : string
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::$$description |
|---|
$indentation : int | string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$indentation |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::$$indentation |
$isSourceDirty : bool
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$isSourceDirty |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::$$isSourceDirty |
$propertyName : string
$sourceContent : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$sourceContent |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::$$sourceContent |
$types : array
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::$$types |
|---|
LINE_FEED
| inherited_from | \Zend\Code\Generator\AbstractGenerator::LINE_FEED |
|---|---|
| inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::LINE_FEED |