[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
File Size: | 296 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DocBlockReflection:: (13 methods):
export()
__construct()
getContents()
getStartLine()
getEndLine()
getShortDescription()
getLongDescription()
hasTag()
getTag()
getTags()
reflect()
toString()
__toString()
Class: DocBlockReflection - X-Ref
export() X-Ref |
Export reflection Required by the Reflector interface. return: void |
__construct($commentOrReflector, DocBlockTagManager $tagManager = null) X-Ref |
param: Reflector|string $commentOrReflector param: null|DocBlockTagManager $tagManager return: DocBlockReflection |
getContents() X-Ref |
Retrieve contents of DocBlock return: string |
getStartLine() X-Ref |
Get start line (position) of DocBlock return: int |
getEndLine() X-Ref |
Get last line (position) of DocBlock return: int |
getShortDescription() X-Ref |
Get DocBlock short description return: string |
getLongDescription() X-Ref |
Get DocBlock long description return: string |
hasTag($name) X-Ref |
Does the DocBlock contain the given annotation tag? param: string $name return: bool |
getTag($name) X-Ref |
Retrieve the given DocBlock tag param: string $name return: DocBlockTagInterface|false |
getTags($filter = null) X-Ref |
Get all DocBlock annotation tags param: string $filter return: DocBlockTagInterface[] |
reflect() X-Ref |
Parse the DocBlock return: void |
toString() X-Ref |
return: string |
__toString() X-Ref |
Serialize to string Required by the Reflector interface return: string |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |