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 77
Method
fromMethodReflection(ReflectionMethod $from)
No description
at line 102
GlobalFunction|Closure
fromFunctionReflection(ReflectionFunction $from, bool $withBody = false)
No description
at line 121
Method|GlobalFunction|Closure
fromCallable(callable $from)
No description
at line 130
Parameter
fromParameterReflection(ReflectionParameter $from)
No description
at line 146
Constant
fromConstantReflection(ReflectionClassConstant $from)
No description
at line 159
Property
fromPropertyReflection(ReflectionProperty $from)
No description
Traits
SmartObject