[ 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: | 290 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
FunctionReflection:: (9 methods):
getDocBlock()
getStartLine()
getContents()
getPrototype()
getParameters()
getReturn()
getBody()
toString()
__toString()
Class: FunctionReflection - X-Ref
getDocBlock() X-Ref |
Get function DocBlock return: DocBlockReflection |
getStartLine($includeDocComment = false) X-Ref |
Get start line (position) of function param: bool $includeDocComment return: int |
getContents($includeDocBlock = true) X-Ref |
Get contents of function param: bool $includeDocBlock return: string |
getPrototype($format = FunctionReflection::PROTOTYPE_AS_ARRAY) X-Ref |
Get method prototype param: string $format return: array|string |
getParameters() X-Ref |
Get function parameters return: ParameterReflection[] |
getReturn() X-Ref |
Get return type tag return: DocBlockReflection |
getBody() X-Ref |
Get method body return: string|false |
toString() X-Ref |
return: string |
__toString() X-Ref |
Required due to bug in php return: string |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |