[ 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: | 291 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ClassReflection:: (15 methods):
getDeclaringFile()
getDocBlock()
getAnnotations()
getStartLine()
getContents()
getInterfaces()
getMethod()
getMethods()
getTraits()
getParentClass()
getProperty()
getProperties()
toString()
__toString()
createFileScanner()
Class: ClassReflection - X-Ref
getDeclaringFile() X-Ref |
Return the reflection file of the declaring file. return: FileReflection |
getDocBlock() X-Ref |
Return the classes DocBlock reflection object return: DocBlockReflection|false |
getAnnotations(AnnotationManager $annotationManager) X-Ref |
return: AnnotationCollection|false param: AnnotationManager $annotationManager |
getStartLine($includeDocComment = false) X-Ref |
Return the start line of the class return: int param: bool $includeDocComment |
getContents($includeDocBlock = true) X-Ref |
Return the contents of the class return: string param: bool $includeDocBlock |
getInterfaces() X-Ref |
Get all reflection objects of implemented interfaces return: ClassReflection[] |
getMethod($name) X-Ref |
Return method reflection by name return: MethodReflection param: string $name |
getMethods($filter = -1) X-Ref |
Get reflection objects of all methods return: MethodReflection[] param: int $filter |
getTraits() X-Ref |
Returns an array of reflection classes of traits used by this class. return: null|array |
getParentClass() X-Ref |
Get parent reflection class of reflected class return: ClassReflection|bool |
getProperty($name) X-Ref |
Return reflection property of this class by name return: PropertyReflection param: string $name |
getProperties($filter = -1) X-Ref |
Return reflection properties of this class return: PropertyReflection[] param: int $filter |
toString() X-Ref |
return: string |
__toString() X-Ref |
return: string |
createFileScanner($filename) X-Ref |
Creates a new FileScanner instance. By having this as a separate method it allows the method to be overridden if a different FileScanner is needed. return: FileScanner param: string $filename |
Generated: Sun Jun 23 12:25:44 2024 | Cross-referenced by PHPXref 0.7.1 |