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 $_cleanDocComment = 'null'
Detailsstring $_docComment = 'null'
Details $_endLine = 'null'
Detailsstring $_longDescription = 'null'
DetailsReflector $_reflector = 'null'
Detailsstring $_shortDescription = 'null'
Details $_startLine = 'null'
Detailsarray $_tags = 'array'
Details__construct(
Reflector|string $commentOrReflector
)
:
Constructor
Details__toString(
)
:
stringSerialize to string
Required by the Reflector interface
Details_parse(
)
:
voidParse the docblock
Detailsexport(
)
:
voidExport reflection
Reqired by the Reflector interface.
DetailsgetContents(
)
:
stringRetrieve contents of docblock
DetailsgetEndLine(
)
:
intGet last line (position) of docblock
DetailsgetLongDescription(
)
:
stringGet docblock long description
DetailsgetShortDescription(
)
:
stringGet docblock short description
DetailsgetStartLine(
)
:
intGet start line (position) of docblock
DetailsgetTag(
string $name
)
:
Zend_Reflection_Docblock_Tag|falseRetrieve the given docblock tag
DetailsgetTags(
string $filter
=
null
)
:
arrayGet all docblock annotation tags
DetailshasTag(
string $name
)
:
boolDoes the docblock contain the given annotation tag?
Details