ReflectionCaster
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 |
castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter) |
|
static |
castMethod(ReflectionMethod $c, array $a, Stub $stub, $isNested) |
|
static |
castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested) |
|
static |
castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested) |
|
static |
castExtension(ReflectionExtension $c, array $a, Stub $stub, $isNested) |
|
static |
castZendExtension(ReflectionZendExtension $c, array $a, Stub $stub, $isNested) |
|
Details
static castClosure(Closure $c, array $a, Stub $stub, $isNested)
Parameters
static castGenerator(Generator $c, array $a, Stub $stub, $isNested)
Parameters
static castType(ReflectionType $c, array $a, Stub $stub, $isNested)
Parameters
static castReflectionGenerator(ReflectionGenerator $c, array $a, Stub $stub, $isNested)
Parameters
static castClass(ReflectionClass $c, array $a, Stub $stub, $isNested, $filter)
Parameters
static castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter)
Parameters
static castMethod(ReflectionMethod $c, array $a, Stub $stub, $isNested)
Parameters
static castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested)
Parameters
static castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested)
Parameters
static castExtension(ReflectionExtension $c, array $a, Stub $stub, $isNested)
Parameters
static castZendExtension(ReflectionZendExtension $c, array $a, Stub $stub, $isNested)
Parameters