[ Index ] |
PHP Cross Reference of phpBB-3.3.12-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: | 328 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
FileReflection:: (18 methods):
__construct()
export()
getFileName()
getStartLine()
getEndLine()
getDocComment()
getDocBlock()
getNamespaces()
getNamespace()
getUses()
getClasses()
getFunctions()
getClass()
getContents()
toString()
__toString()
reflect()
checkFileDocBlock()
Class: FileReflection - X-Ref
__construct($filename, $includeIfNotAlreadyIncluded = false) X-Ref |
param: string $filename param: bool $includeIfNotAlreadyIncluded |
export() X-Ref |
Required by the Reflector interface. return: void |
getFileName() X-Ref |
Return the file name of the reflected file return: string |
getStartLine() X-Ref |
Get the start line - Always 1, staying consistent with the Reflection API return: int |
getEndLine() X-Ref |
Get the end line / number of lines return: int |
getDocComment() X-Ref |
return: string |
getDocBlock() X-Ref |
return: DocBlockReflection|false |
getNamespaces() X-Ref |
return: string[] |
getNamespace() X-Ref |
return: null|string |
getUses() X-Ref |
return: array |
getClasses() X-Ref |
Return the reflection classes of the classes found inside this file return: ClassReflection[] |
getFunctions() X-Ref |
Return the reflection functions of the functions found inside this file return: FunctionReflection[] |
getClass($name = null) X-Ref |
Retrieve the reflection class of a given class found in this file return: ClassReflection param: null|string $name |
getContents() X-Ref |
Return the full contents of file return: string |
toString() X-Ref |
No description |
__toString() X-Ref |
Serialize to string Required by the Reflector interface return: string |
reflect() X-Ref |
This method does the work of "reflecting" the file Uses Zend\Code\Scanner\FileScanner to gather file information return: void |
checkFileDocBlock($tokens) X-Ref |
Validate / check a file level DocBlock return: void param: array $tokens Array of tokenizer tokens |
Generated: Sun Jun 23 12:25:44 2024 | Cross-referenced by PHPXref 0.7.1 |