ReflectionCaster
class ReflectionCaster
Casts Reflector related classes to array representation.
Methods
static | castClosure(Closure $c, array $a, Stub $stub, $isNested, $filter = 0) | |
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 = 0) | |
static | castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter = 0) | |
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, $filter = 0)
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 = 0)
Parameters
static
castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter = 0)
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