Factory
class Factory
Creates a representation based on reflection.
Methods
Details
at line 23
ClassType
fromClassReflection(ReflectionClass $from)
No description
at line 59
Method
fromMethodReflection(ReflectionMethod $from)
No description
at line 83
GlobalFunction|Closure
fromFunctionReflection(ReflectionFunction $from)
No description
at line 103
Parameter
fromParameterReflection(ReflectionParameter $from)
No description
at line 137
Property
fromPropertyReflection(ReflectionProperty $from)
No description
Traits
SmartObject