__construct()
__toString()
export()
getContents()
getEndLine()
getLongDescription()
getShortDescription()
getStartLine()
getTag()
getTags()
hasTag()
toString()
reflect()
$cleanDocComment
$docComment
$endLine
$isReflected
$longDescription
$reflector
$shortDescription
$startLine
$tagManager
$tags
__construct(\Reflector | string $commentOrReflector, \Zend\Code\Reflection\DocBlock\TagManager $tagManager) : \Zend\Code\Reflection\DocBlockReflection
\Reflectorstring
null\Zend\Code\Reflection\DocBlock\TagManager
\Zend\Code\Reflection\Exception\InvalidArgumentException |
---|
__toString() : string
Required by the Reflector interface
string
export() : void
Required by the Reflector interface.
todo | What should this do? |
---|
getContents() : string
string
getEndLine() : int
int
getLongDescription() : string
string
getShortDescription() : string
string
getStartLine() : int
int
getTag(string $name) : \Zend\Code\Reflection\DocBlock\Tag\TagInterface | false
getTags(string $filter) : \Zend\Code\Reflection\DocBlock\Tag\TagInterface[]
hasTag(string $name) : bool
string
bool
toString() : string
string
reflect() : void
$cleanDocComment : string
$docComment : string
$endLine
$isReflected : bool
$longDescription : string
$reflector : \Reflector
$shortDescription : string
$startLine