[ 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: | 386 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DerivedClassScanner:: (23 methods):
__construct()
getName()
getShortName()
isInstantiable()
isFinal()
isAbstract()
isInterface()
getParentClasses()
hasParentClass()
getParentClass()
getInterfaces()
getConstantNames()
getConstants()
getConstant()
hasConstant()
getPropertyNames()
getProperties()
getProperty()
hasProperty()
getMethodNames()
getMethods()
getMethod()
hasMethod()
Class: DerivedClassScanner - X-Ref
__construct(ClassScanner $classScanner, DirectoryScanner $directoryScanner) X-Ref |
param: ClassScanner $classScanner param: DirectoryScanner $directoryScanner |
getName() X-Ref |
return: null|string |
getShortName() X-Ref |
return: null|string |
isInstantiable() X-Ref |
return: bool |
isFinal() X-Ref |
return: bool |
isAbstract() X-Ref |
return: bool |
isInterface() X-Ref |
return: bool |
getParentClasses() X-Ref |
return: array |
hasParentClass() X-Ref |
return: bool |
getParentClass() X-Ref |
return: null|string |
getInterfaces($returnClassScanners = false) X-Ref |
param: bool $returnClassScanners return: array |
getConstantNames() X-Ref |
Return a list of constant names return: array |
getConstants($namesOnly = true) X-Ref |
Return a list of constants param: bool $namesOnly Set false to return instances of ConstantScanner return: array|ConstantScanner[] |
getConstant($constantNameOrInfoIndex) X-Ref |
Return a single constant by given name or index of info param: string|int $constantNameOrInfoIndex return: bool|ConstantScanner |
hasConstant($name) X-Ref |
Verify if class or parent class has constant param: string $name return: bool |
getPropertyNames() X-Ref |
Return a list of property names return: array |
getProperties($returnScannerProperty = false) X-Ref |
param: bool $returnScannerProperty return: array |
getProperty($propertyNameOrInfoIndex) X-Ref |
Return a single property by given name or index of info param: string|int $propertyNameOrInfoIndex return: bool|PropertyScanner |
hasProperty($name) X-Ref |
Verify if class or parent class has property param: string $name return: bool |
getMethodNames() X-Ref |
return: array |
getMethods() X-Ref |
return: MethodScanner[] |
getMethod($methodNameOrInfoIndex) X-Ref |
param: int|string $methodNameOrInfoIndex return: MethodScanner |
hasMethod($name) X-Ref |
Verify if class or parent class has method by given name param: string $name return: bool |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |