| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
| Copyright: | Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| File Size: | 309 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 |
| 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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |