PHP Runtime Reflection Service
@author Benjamin Eberlei <kontakt@beberlei.de>
Expanded class hierarchy of StaticReflectionService
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StaticReflectionService:: |
public | function |
Return an accessible property (setAccessible(true)) or null. Overrides ReflectionService:: |
|
StaticReflectionService:: |
public | function |
Return a reflection class instance or null Overrides ReflectionService:: |
|
StaticReflectionService:: |
public | function |
Return the namespace of a class. Overrides ReflectionService:: |
|
StaticReflectionService:: |
public | function |
Return the shortname of a class. Overrides ReflectionService:: |
|
StaticReflectionService:: |
public | function |
Return an array of the parent classes (not interfaces) for the given class. Overrides ReflectionService:: |
|
StaticReflectionService:: |
public | function |
Check if the class have a public method with the given name. Overrides ReflectionService:: |