Factory
final class Factory
Creates a representation based on reflection.
Methods
fromCallable(callable $from)
No description
fromConstantReflection(ReflectionClassConstant $from)
No description
Details
at line 25
ClassType
fromClassReflection(ReflectionClass $from, bool $withBodies = false)
No description
at line 86
Method
fromMethodReflection(ReflectionMethod $from)
No description
at line 115
GlobalFunction|Closure
fromFunctionReflection(ReflectionFunction $from, bool $withBody = false)
No description
at line 137
Method|GlobalFunction|Closure
fromCallable(callable $from)
No description
at line 146
Parameter
fromParameterReflection(ReflectionParameter $from)
No description
at line 169
Constant
fromConstantReflection(ReflectionClassConstant $from)
No description
at line 184
Property
fromPropertyReflection(ReflectionProperty $from)
No description
Traits
SmartObject