__construct()
generate()
getDescription()
getIndentation()
getMethodName()
getName()
getSourceContent()
getTypes()
getTypesAsString()
isSourceDirty()
isStatic()
setDescription()
setIndentation()
setIsStatic()
setMethodName()
setOptions()
setSourceContent()
setSourceDirty()
setTypes()
$description
$indentation
$isSourceDirty
$isStatic
$methodName
$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 $methodName, array $types, string $description, bool $isStatic)
string
array
string
bool
generate() : string
string
getDescription() : string
inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getDescription() |
---|
string
getIndentation() : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::getIndentation() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getIndentation() |
string
getMethodName() : string
string
getName() : string
string
getSourceContent() : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::getSourceContent() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getSourceContent() |
string
getTypes() : array
inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getTypes() |
---|
array
getTypesAsString(string $delimiter) : string
inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::getTypesAsString() |
---|
string
string
isSourceDirty() : bool
inherited_from | \Zend\Code\Generator\AbstractGenerator::isSourceDirty() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\AbstractTypeableTag::isSourceDirty() |
bool
isStatic() : boolean
boolean
setDescription(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 |
---|
setSourceContent(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 |
$isStatic : bool
$methodName : 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 |