| [ 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: | 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 |
param: AnnotationManager $annotationManager return: AnnotationCollection|false |
| getStartLine($includeDocComment = false) X-Ref |
| Return the start line of the class param: bool $includeDocComment return: int |
| getContents($includeDocBlock = true) X-Ref |
| Return the contents of the class param: bool $includeDocBlock return: string |
| getInterfaces() X-Ref |
| Get all reflection objects of implemented interfaces return: ClassReflection[] |
| getMethod($name) X-Ref |
| Return method reflection by name param: string $name return: MethodReflection |
| getMethods($filter = -1) X-Ref |
| Get reflection objects of all methods param: int $filter return: MethodReflection[] |
| 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 param: string $name return: PropertyReflection |
| getProperties($filter = -1) X-Ref |
| Return reflection properties of this class param: int $filter return: PropertyReflection[] |
| 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. param: string $filename return: FileScanner |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |