__construct()
fromReflection()
generate()
getContent()
getDescription()
getIndentation()
getName()
getSourceContent()
isSourceDirty()
setContent()
setDescription()
setIndentation()
setName()
setOptions()
setSourceContent()
setSourceDirty()
$content
$indentation
$isSourceDirty
$name
$sourceContent
LINE_FEED
deprecated | Deprecated in 2.3. Use GenericTag instead |
---|
__construct(string $name, string $content)
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::__construct() |
---|
string
string
fromReflection(\Zend\Code\Reflection\DocBlock\Tag\TagInterface $reflectionTag) : \Zend\Code\Generator\DocBlock\Tag
deprecated | Deprecated in 2.3. Use TagManager::createTagFromReflection() instead |
---|
\Zend\Code\Reflection\DocBlock\Tag\TagInterface
generate() : string
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::generate() |
---|
string
getContent() : string
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::getContent() |
---|
string
getDescription() : string
deprecated | Deprecated in 2.3. Use GenericTag::getContent() instead |
---|
string
getIndentation() : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::getIndentation() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::getIndentation() |
string
getName() : string
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::getName() |
---|
string
getSourceContent() : string
inherited_from | \Zend\Code\Generator\AbstractGenerator::getSourceContent() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::getSourceContent() |
string
isSourceDirty() : bool
inherited_from | \Zend\Code\Generator\AbstractGenerator::isSourceDirty() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::isSourceDirty() |
bool
setContent(string $content) : \Zend\Code\Generator\DocBlock\Tag\GenericTag
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::setContent() |
---|
string
setDescription(string $description) : \Zend\Code\Generator\DocBlock\Tag
deprecated | Deprecated in 2.3. Use GenericTag::setContent() instead |
---|
string
setIndentation(string $indentation) : \Zend\Code\Generator\AbstractGenerator
inherited_from | \Zend\Code\Generator\AbstractGenerator::setIndentation() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::setIndentation() |
string
setName(string $name) : \Zend\Code\Generator\DocBlock\Tag\GenericTag
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::setName() |
---|
string
setOptions(array | \Traversable $options) : \Zend\Code\Generator\AbstractGenerator
inherited_from | \Zend\Code\Generator\AbstractGenerator::setOptions() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::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\GenericTag::setSourceContent() |
string
setSourceDirty(bool $isSourceDirty) : \Zend\Code\Generator\AbstractGenerator
inherited_from | \Zend\Code\Generator\AbstractGenerator::setSourceDirty() |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::setSourceDirty() |
bool
LINE_FEED
inherited_from | \Zend\Code\Generator\AbstractGenerator::LINE_FEED |
---|---|
inherited_from | \Zend\Code\Generator\DocBlock\Tag\GenericTag::LINE_FEED |