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