Class for examining other classes

package miniMVC
subpackage System

 Methods

Attempt to run static functions in non-static context

__call(string $name, array $args) : mixed

Parameters

$name

string

$args

array

Returns

mixed

ReflectionClass Constructor

__construct(mixed $var) 

Parameters

$var

mixed

__toString()

__toString() 

inherited_from ReflectionClass::__toString()

export()

export() 

inherited_from ReflectionClass::export()

getConstant()

getConstant() 

inherited_from ReflectionClass::getConstant()

getConstants()

getConstants() 

inherited_from ReflectionClass::getConstants()

getConstructor()

getConstructor() 

inherited_from ReflectionClass::getConstructor()

getDefaultProperties()

getDefaultProperties() 

inherited_from ReflectionClass::getDefaultProperties()

getDocComment()

getDocComment() 

inherited_from ReflectionClass::getDocComment()

getEndLine()

getEndLine() 

inherited_from ReflectionClass::getEndLine()

getExtension()

getExtension() 

inherited_from ReflectionClass::getExtension()

getExtensionName()

getExtensionName() 

inherited_from ReflectionClass::getExtensionName()

getFileName()

getFileName() 

inherited_from ReflectionClass::getFileName()

getInterfaceNames()

getInterfaceNames() 

inherited_from ReflectionClass::getInterfaceNames()

getInterfaces()

getInterfaces() 

inherited_from ReflectionClass::getInterfaces()

getMethod()

getMethod() 

inherited_from ReflectionClass::getMethod()

getMethods()

getMethods() 

inherited_from ReflectionClass::getMethods()

getModifiers()

getModifiers() 

inherited_from ReflectionClass::getModifiers()

getName()

getName() 

inherited_from ReflectionClass::getName()

getNamespaceName()

getNamespaceName() 

inherited_from ReflectionClass::getNamespaceName()

getParentClass()

getParentClass() 

inherited_from ReflectionClass::getParentClass()

getProperties()

getProperties() 

inherited_from ReflectionClass::getProperties()

getProperty()

getProperty() 

inherited_from ReflectionClass::getProperty()

getShortName()

getShortName() 

inherited_from ReflectionClass::getShortName()

getStartLine()

getStartLine() 

inherited_from ReflectionClass::getStartLine()

getStaticProperties()

getStaticProperties() 

inherited_from ReflectionClass::getStaticProperties()

getStaticPropertyValue()

getStaticPropertyValue() 

inherited_from ReflectionClass::getStaticPropertyValue()

getTraitAliases()

getTraitAliases() 

inherited_from ReflectionClass::getTraitAliases()

getTraitNames()

getTraitNames() 

inherited_from ReflectionClass::getTraitNames()

getTraits()

getTraits() 

inherited_from ReflectionClass::getTraits()

Retrieve as much information about the class as possible

get_all() 

hasConstant()

hasConstant() 

inherited_from ReflectionClass::hasConstant()

hasMethod()

hasMethod() 

inherited_from ReflectionClass::hasMethod()

hasProperty()

hasProperty() 

inherited_from ReflectionClass::hasProperty()

implementsInterface()

implementsInterface() 

inherited_from ReflectionClass::implementsInterface()

inNamespace()

inNamespace() 

inherited_from ReflectionClass::inNamespace()

isAbstract()

isAbstract() 

inherited_from ReflectionClass::isAbstract()

isCloneable()

isCloneable() 

inherited_from ReflectionClass::isCloneable()

isFinal()

isFinal() 

inherited_from ReflectionClass::isFinal()

isInstance()

isInstance() 

inherited_from ReflectionClass::isInstance()

isInstantiable()

isInstantiable() 

inherited_from ReflectionClass::isInstantiable()

isInterface()

isInterface() 

inherited_from ReflectionClass::isInterface()

isInternal()

isInternal() 

inherited_from ReflectionClass::isInternal()

isIterateable()

isIterateable() 

inherited_from ReflectionClass::isIterateable()

isSubclassOf()

isSubclassOf() 

inherited_from ReflectionClass::isSubclassOf()

isTrait()

isTrait() 

inherited_from ReflectionClass::isTrait()

isUserDefined()

isUserDefined() 

inherited_from ReflectionClass::isUserDefined()

newInstance()

newInstance() 

inherited_from ReflectionClass::newInstance()

newInstanceArgs()

newInstanceArgs() 

inherited_from ReflectionClass::newInstanceArgs()

newInstanceWithoutConstructor()

newInstanceWithoutConstructor() 

inherited_from ReflectionClass::newInstanceWithoutConstructor()

setStaticPropertyValue()

setStaticPropertyValue() 

inherited_from ReflectionClass::setStaticPropertyValue()