Factory
class Factory
Creates a representation based on reflection.
Methods
Details
at line 21
fromClassReflection(ReflectionClass $from)
No description
at line 54
fromFunctionReflection(ReflectionFunctionAbstract $from)
No description
at line 81
fromParameterReflection(ReflectionParameter $from)
No description
at line 112
fromPropertyReflection(ReflectionProperty $from)
No description
Traits
SmartObject