class ReflectionCaster
Casts Reflector related classes to array representation.
Methods
static castClosure(Closure $c, array $a, Stub $stub, $isNested)
static castGenerator(Generator $c, array $a, Stub $stub, $isNested)
static castType(ReflectionType $c, array $a, Stub $stub, $isNested)
static castReflectionGenerator(ReflectionGenerator $c, array $a, Stub $stub, $isNested)
static castClass(ReflectionClass $c, array $a, Stub $stub, $isNested, $filter)
static