| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
| Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| File Size: | 160 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
CachingFileScanner:: (14 methods):
__construct()
clearCache()
getAnnotationManager()
getFile()
getDocComment()
getNamespaces()
getUses()
getIncludes()
getClassNames()
getClasses()
getClass()
getClassNameInformation()
getFunctionNames()
getFunctions()
Class: CachingFileScanner - X-Ref
| __construct($file, AnnotationManager $annotationManager = null) X-Ref |
param: string $file param: AnnotationManager $annotationManager |
| clearCache() X-Ref |
return: void |
| getAnnotationManager() X-Ref |
return: AnnotationManager |
| getFile() X-Ref |
return: array|null|string |
| getDocComment() X-Ref |
return: null|string |
| getNamespaces() X-Ref |
return: array |
| getUses($namespace = null) X-Ref |
param: null|string $namespace return: array|null |
| getIncludes() X-Ref |
return: array |
| getClassNames() X-Ref |
return: array |
| getClasses() X-Ref |
return: array |
| getClass($className) X-Ref |
param: int|string $className return: ClassScanner |
| getClassNameInformation($className) X-Ref |
param: string $className return: bool|null|NameInformation |
| getFunctionNames() X-Ref |
return: array |
| getFunctions() X-Ref |
return: array |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |