ReflectionProviderInterface
in
Table of Contents
- getReflectionClass() : ReflectionClass
- Gets the ReflectionClass equivalent for this class.
- getReflectionMethod() : ReflectionMethod
- Gets the ReflectionMethod equivalent for this class.
- getReflectionProperty() : ReflectionProperty
- Gets the ReflectionProperty equivalent for this class.
Methods
getReflectionClass()
Gets the ReflectionClass equivalent for this class.
public
getReflectionClass() : ReflectionClass
Return values
ReflectionClass —getReflectionMethod()
Gets the ReflectionMethod equivalent for this class.
public
getReflectionMethod(string $name) : ReflectionMethod
Parameters
- $name : string
Return values
ReflectionMethod —getReflectionProperty()
Gets the ReflectionProperty equivalent for this class.
public
getReflectionProperty(string $name) : ReflectionProperty
Parameters
- $name : string