__construct()
fromArray()
fromReflection()
generate()
getIndentation()
getLongDescription()
getShortDescription()
getSourceContent()
getTags()
getWordWrap()
isSourceDirty()
setIndentation()
setLongDescription()
setOptions()
setShortDescription()
setSourceContent()
setSourceDirty()
setTag()
setTags()
setWordWrap()
docCommentize()
getTagManager()
$indentation
$isSourceDirty
$longDescription
$shortDescription
$sourceContent
$tagManager
$tags
$wordwrap
LINE_FEED
__construct(string $shortDescription, string $longDescription, array $tags)
string
string
array
fromArray(array $array) : \Zend\Code\Generator\DocBlockGenerator
| configkey | shortdescription string The short description for this doc block |
|---|---|
| configkey | longdescription string The long description for this doc block |
| configkey | tags array |
array
\Zend\Code\Generator\Exception\InvalidArgumentException |
|---|
fromReflection(\Zend\Code\Reflection\DocBlockReflection $reflectionDocBlock) : \Zend\Code\Generator\DocBlockGenerator
generate() : string
stringgetIndentation() : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::getIndentation() |
|---|
stringgetLongDescription() : string
stringgetShortDescription() : string
stringgetSourceContent() : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::getSourceContent() |
|---|
stringgetTags() : \Zend\Code\Generator\DocBlock\Tag\TagInterface[]
getWordWrap() : bool
boolisSourceDirty() : bool
| inherited_from | \Zend\Code\Generator\AbstractGenerator::isSourceDirty() |
|---|
boolsetIndentation(string $indentation) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setIndentation() |
|---|
string
setLongDescription(string $longDescription) : \Zend\Code\Generator\DocBlockGenerator
setOptions(array | \Traversable $options) : \Zend\Code\Generator\AbstractGenerator
| inherited_from | \Zend\Code\Generator\AbstractGenerator::setOptions() |
|---|
array\Traversable
\Zend\Code\Generator\Exception\InvalidArgumentException |
|---|
setShortDescription(string $shortDescription) : \Zend\Code\Generator\DocBlockGenerator
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
setTag(array | \Zend\Code\Generator\DocBlock\Tag\TagInterface $tag) : \Zend\Code\Generator\DocBlockGenerator
docCommentize(string $content) : string
string
stringgetTagManager()
$indentation : string
$isSourceDirty : bool
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$isSourceDirty |
|---|
$longDescription : string
$shortDescription : string
$sourceContent : string
| inherited_from | \Zend\Code\Generator\AbstractGenerator::$$sourceContent |
|---|
$tagManager
$wordwrap : bool
LINE_FEED
| inherited_from | \Zend\Code\Generator\AbstractGenerator::LINE_FEED |
|---|