[ 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: | 168 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 |
return: array|null param: null|string $namespace |
getIncludes() X-Ref |
return: array |
getClassNames() X-Ref |
return: array |
getClasses() X-Ref |
return: array |
getClass($className) X-Ref |
return: ClassScanner param: int|string $className |
getClassNameInformation($className) X-Ref |
return: bool|null|NameInformation param: string $className |
getFunctionNames() X-Ref |
return: array |
getFunctions() X-Ref |
return: array |
Generated: Sun Jun 23 12:25:44 2024 | Cross-referenced by PHPXref 0.7.1 |