Factory
final class Factory
Creates a representations based on reflection or source code.
Methods
fromClassReflection(ReflectionClass $from, bool $withBodies = false, bool|null $materializeTraits = null)
No description
Closure
Closure
fromCallable(callable $from)
No description
fromConstantReflection(ReflectionClassConstant $from)
No description
fromCaseReflection(ReflectionClassConstant $from)
No description
fromObject(object $obj)
No description
fromClassCode(string $code)
No description
Details
at line 31
ClassLike
fromClassReflection(ReflectionClass $from, bool $withBodies = false, bool|null $materializeTraits = null)
No description
at line 153
Method
fromMethodReflection(ReflectionMethod $from)
No description
at line 172
Closure
fromFunctionReflection(ReflectionFunction $from, bool $withBody = false)
No description
at line 197
Closure
fromCallable(callable $from)
No description
at line 206
Parameter
fromParameterReflection(ReflectionParameter $from)
No description
at line 236
Constant
fromConstantReflection(ReflectionClassConstant $from)
No description
at line 248
EnumCase
fromCaseReflection(ReflectionClassConstant $from)
No description
at line 258
Property
fromPropertyReflection(ReflectionProperty $from)
No description
at line 275
Literal
fromObject(object $obj)
No description
at line 281
ClassLike
fromClassCode(string $code)
No description
at line 288
PhpFile
fromCode(string $code)
No description
Traits
SmartObject