ClassUtils deprecated
class ClassUtils (View source)
deprecated
Class and reflection related functionality for objects that might or not be proxy objects at the moment.
Methods
Gets the real class name of a class name that could be a proxy.
Gets the real class name of an object (even if its a proxy).
Gets the real parent class name of a class or object.
Creates a new reflection class.
Creates a new reflection object.
Given a class name and a proxy namespace returns the proxy name.
Details
at line 24
static string
getRealClass(string $class)
Gets the real class name of a class name that could be a proxy.
at line 40
static string
getClass(object $object)
Gets the real class name of an object (even if its a proxy).
at line 52
static string
getParentClass(string $className)
Gets the real parent class name of a class or object.
at line 64
static ReflectionClass
newReflectionClass(string $class)
Creates a new reflection class.
at line 76
static ReflectionClass
newReflectionObject(object $object)
Creates a new reflection object.
at line 89
static string
generateProxyClassName(string $className, string $proxyNamespace)
Given a class name and a proxy namespace returns the proxy name.