| [ 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: | 700 lines (20 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
TokenArrayScanner:: (17 methods):
__construct()
getAnnotationManager()
getDocComment()
getNamespaces()
getUses()
getIncludes()
getClassNames()
getClasses()
getClass()
getClassNameInformation()
getFunctionNames()
getFunctions()
export()
__toString()
scan()
hasNamespace()
getUsesNoScan()
Class: TokenArrayScanner - X-Ref
| __construct($tokens, AnnotationManager $annotationManager = null) X-Ref |
param: null|array $tokens param: null|AnnotationManager $annotationManager |
| getAnnotationManager() X-Ref |
return: AnnotationManager |
| getDocComment() X-Ref |
| Get doc comment return: string|null |
| getNamespaces() X-Ref |
return: array |
| getUses($namespace = null) X-Ref |
param: null|string $namespace return: array|null |
| getIncludes() X-Ref |
return: void |
| getClassNames() X-Ref |
return: array |
| getClasses() X-Ref |
return: ClassScanner[] |
| getClass($name) X-Ref |
| Return the class object from this scanner param: string|int $name return: ClassScanner|false |
| getClassNameInformation($className) X-Ref |
param: string $className return: bool|null|NameInformation |
| getFunctionNames() X-Ref |
return: array |
| getFunctions() X-Ref |
return: array |
| export($tokens) X-Ref |
| Export param: mixed $tokens |
| __toString() X-Ref |
| No description |
| scan() X-Ref |
| Scan |
| hasNamespace($namespace) X-Ref |
| Check for namespace param: string $namespace return: bool |
| getUsesNoScan($namespace) X-Ref |
param: string $namespace return: null|array |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |