final class Factory

Creates a representation based on reflection.

Methods

Details

at line 22
ClassType fromClassReflection(ReflectionClass $from)

No description

Parameters

ReflectionClass $from

Return Value

ClassType

at line 62
Method fromMethodReflection(ReflectionMethod $from)

No description

Parameters

ReflectionMethod $from

Return Value

Method

at line 87
GlobalFunction|Closure fromFunctionReflection(ReflectionFunction $from)

No description

Parameters

ReflectionFunction $from

Return Value

GlobalFunction|Closure

at line 105
Method|GlobalFunction|Closure fromCallable(callable $from)

No description

Parameters

callable $from

Return Value

Method|GlobalFunction|Closure

at line 114
Parameter fromParameterReflection(ReflectionParameter $from)

No description

Parameters

ReflectionParameter $from

Return Value

Parameter

at line 130
Property fromPropertyReflection(ReflectionProperty $from)

No description

Parameters

ReflectionProperty $from

Return Value

Property

Traits

SmartObject