Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
string $_indentation = ''
Detailsstring $_longDescription = 'null'
Detailsstring $_shortDescription = 'null'
Detailsarray $_tags = 'array'
Details_docCommentize(
string $content
)
:
string_docCommentize()
DetailsfromReflection(
Zend_Reflection_Docblock $reflectionDocblock
)
:
Zend_CodeGenerator_Php_DocblockfromReflection() - Build a docblock generator object from a reflection object
Detailsgenerate(
)
:
stringgenerate()
DetailsgetLongDescription(
)
:
stringgetLongDescription()
DetailsgetShortDescription(
)
:
stringgetShortDescription()
DetailsgetTags(
)
:
arraygetTags
DetailssetLongDescription(
string $longDescription
)
:
Zend_CodeGenerator_Php_DocblocksetLongDescription()
DetailssetShortDescription(
string $shortDescription
)
:
Zend_CodeGenerator_Php_DocblocksetShortDescription()
DetailssetTag(
array|Zend_CodeGenerator_Php_Docblock_Tag $tag
)
:
Zend_CodeGenerator_Php_DocblocksetTag()
DetailssetTags(
array $tags
)
:
Zend_CodeGenerator_Php_DocblocksetTags()
Details