| [ 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: | 114 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PropertyReflection:: (6 methods):
getDeclaringClass()
getDocComment()
getDocBlock()
getAnnotations()
toString()
createFileScanner()
Class: PropertyReflection - X-Ref
| getDeclaringClass() X-Ref |
| Get declaring class reflection object return: ClassReflection |
| getDocComment() X-Ref |
| Get DocBlock comment return: string|false False if no DocBlock defined |
| getDocBlock() X-Ref |
return: false|DocBlockReflection |
| getAnnotations(AnnotationManager $annotationManager) X-Ref |
param: AnnotationManager $annotationManager return: AnnotationScanner|false |
| 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: CachingFileScanner |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |