__construct()
__toString()
export()
getAnnotations()
getConstant()
getConstants()
getConstructor()
getContents()
getDeclaringFile()
getDefaultProperties()
getDocBlock()
getDocComment()
getEndLine()
getExtension()
getExtensionName()
getFileName()
getInterfaceNames()
getInterfaces()
getMethod()
getMethods()
getModifiers()
getName()
getNamespaceName()
getParentClass()
getProperties()
getProperty()
getShortName()
getStartLine()
getStaticProperties()
getStaticPropertyValue()
getTraitAliases()
getTraitNames()
getTraits()
hasConstant()
hasMethod()
hasProperty()
implementsInterface()
inNamespace()
isAbstract()
isCloneable()
isFinal()
isInstance()
isInstantiable()
isInterface()
isInternal()
isIterateable()
isSubclassOf()
isTrait()
isUserDefined()
newInstance()
newInstanceArgs()
newInstanceWithoutConstructor()
setStaticPropertyValue()
toString()
createFileScanner()
$annotations
$docBlock
__construct()
| inherited_from | ReflectionClass::__construct() |
|---|
__toString() : string
stringexport()
| inherited_from | ReflectionClass::export() |
|---|
getAnnotations(\Zend\Code\Annotation\AnnotationManager $annotationManager) : \Zend\Code\Annotation\AnnotationCollection
getConstant()
| inherited_from | ReflectionClass::getConstant() |
|---|
getConstants()
| inherited_from | ReflectionClass::getConstants() |
|---|
getConstructor()
| inherited_from | ReflectionClass::getConstructor() |
|---|
getContents(bool $includeDocBlock) : string
bool
stringgetDeclaringFile() : \Zend\Code\Reflection\FileReflection
getDefaultProperties()
| inherited_from | ReflectionClass::getDefaultProperties() |
|---|
getDocBlock() : \Zend\Code\Reflection\DocBlockReflection
\Zend\Code\Reflection\Exception\ExceptionInterface |
for missing DocBock or invalid reflection class |
|---|
getDocComment()
| inherited_from | ReflectionClass::getDocComment() |
|---|
getEndLine()
| inherited_from | ReflectionClass::getEndLine() |
|---|
getExtension()
| inherited_from | ReflectionClass::getExtension() |
|---|
getExtensionName()
| inherited_from | ReflectionClass::getExtensionName() |
|---|
getFileName()
| inherited_from | ReflectionClass::getFileName() |
|---|
getInterfaceNames()
| inherited_from | ReflectionClass::getInterfaceNames() |
|---|
getInterfaces() : \Zend\Code\Reflection\ClassReflection[]
getMethods(int $filter) : \Zend\Code\Reflection\MethodReflection[]
getModifiers()
| inherited_from | ReflectionClass::getModifiers() |
|---|
getName()
| inherited_from | ReflectionClass::getName() |
|---|
getNamespaceName()
| inherited_from | ReflectionClass::getNamespaceName() |
|---|
getParentClass() : \Zend\Code\Reflection\ClassReflection | bool
getProperties(int $filter) : \Zend\Code\Reflection\PropertyReflection[]
getProperty(string $name) : \Zend\Code\Reflection\PropertyReflection
getShortName()
| inherited_from | ReflectionClass::getShortName() |
|---|
getStartLine(bool $includeDocComment) : int
bool
intgetStaticProperties()
| inherited_from | ReflectionClass::getStaticProperties() |
|---|
getStaticPropertyValue()
| inherited_from | ReflectionClass::getStaticPropertyValue() |
|---|
getTraitAliases()
| inherited_from | ReflectionClass::getTraitAliases() |
|---|
getTraitNames()
| inherited_from | ReflectionClass::getTraitNames() |
|---|
getTraits() : array | null
arraynull
hasConstant()
| inherited_from | ReflectionClass::hasConstant() |
|---|
hasMethod()
| inherited_from | ReflectionClass::hasMethod() |
|---|
hasProperty()
| inherited_from | ReflectionClass::hasProperty() |
|---|
implementsInterface()
| inherited_from | ReflectionClass::implementsInterface() |
|---|
inNamespace()
| inherited_from | ReflectionClass::inNamespace() |
|---|
isAbstract()
| inherited_from | ReflectionClass::isAbstract() |
|---|
isCloneable()
| inherited_from | ReflectionClass::isCloneable() |
|---|
isFinal()
| inherited_from | ReflectionClass::isFinal() |
|---|
isInstance()
| inherited_from | ReflectionClass::isInstance() |
|---|
isInstantiable()
| inherited_from | ReflectionClass::isInstantiable() |
|---|
isInterface()
| inherited_from | ReflectionClass::isInterface() |
|---|
isInternal()
| inherited_from | ReflectionClass::isInternal() |
|---|
isIterateable()
| inherited_from | ReflectionClass::isIterateable() |
|---|
isSubclassOf()
| inherited_from | ReflectionClass::isSubclassOf() |
|---|
isTrait()
| inherited_from | ReflectionClass::isTrait() |
|---|
isUserDefined()
| inherited_from | ReflectionClass::isUserDefined() |
|---|
newInstance()
| inherited_from | ReflectionClass::newInstance() |
|---|
newInstanceArgs()
| inherited_from | ReflectionClass::newInstanceArgs() |
|---|
newInstanceWithoutConstructor()
| inherited_from | ReflectionClass::newInstanceWithoutConstructor() |
|---|
setStaticPropertyValue()
| inherited_from | ReflectionClass::setStaticPropertyValue() |
|---|
toString() : string
stringcreateFileScanner(string $filename) : \Zend\Code\Scanner\FileScanner
By having this as a seperate method it allows the method to be overridden if a different FileScanner is needed.
string