class ReflectionCaster

Casts Reflector related classes to array representation.

Methods

static 
castClosure(Closure $c, array $a, Stub $stub, $isNested)

No description

static 
castGenerator(Generator $c, array $a, Stub $stub, $isNested)

No description

static 
castType(ReflectionType $c, array $a, Stub $stub, $isNested)

No description

static 
castReflectionGenerator(ReflectionGenerator $c, array $a, Stub $stub, $isNested)

No description

static 
castClass(ReflectionClass $c, array $a, Stub $stub, $isNested, $filter)

No description

static 
castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter)

No description

static 
castMethod(ReflectionMethod $c, array $a, Stub $stub, $isNested)

No description

static 
castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested)

No description

static 
castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested)

No description

static 
castExtension(ReflectionExtension $c, array $a, Stub $stub, $isNested)

No description

static 
castZendExtension(ReflectionZendExtension $c, array $a, Stub $stub, $isNested)

No description

Details

at line line 34
static castClosure(Closure $c, array $a, Stub $stub, $isNested)

Parameters

Closure $c
array $a
Stub $stub
$isNested

at line line 66
static castGenerator(Generator $c, array $a, Stub $stub, $isNested)

Parameters

Generator $c
array $a
Stub $stub
$isNested

at line line 71
static castType(ReflectionType $c, array $a, Stub $stub, $isNested)

Parameters

ReflectionType $c
array $a
Stub $stub
$isNested

at line line 84
static castReflectionGenerator(ReflectionGenerator $c, array $a, Stub $stub, $isNested)

Parameters

ReflectionGenerator $c
array $a
Stub $stub
$isNested

at line line 119
static castClass(ReflectionClass $c, array $a, Stub $stub, $isNested, $filter)

Parameters

ReflectionClass $c
array $a
Stub $stub
$isNested
$filter

at line line 148
static castFunctionAbstract(ReflectionFunctionAbstract $c, array $a, Stub $stub, $isNested, $filter)

Parameters

ReflectionFunctionAbstract $c
array $a
Stub $stub
$isNested
$filter

at line line 198
static castMethod(ReflectionMethod $c, array $a, Stub $stub, $isNested)

Parameters

ReflectionMethod $c
array $a
Stub $stub
$isNested

at line line 205
static castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested)

Parameters

ReflectionParameter $c
array $a
Stub $stub
$isNested

at line line 250
static castProperty(ReflectionProperty $c, array $a, Stub $stub, $isNested)

Parameters

ReflectionProperty $c
array $a
Stub $stub
$isNested

at line line 258
static castExtension(ReflectionExtension $c, array $a, Stub $stub, $isNested)

Parameters

ReflectionExtension $c
array $a
Stub $stub
$isNested

at line line 274
static castZendExtension(ReflectionZendExtension $c, array $a, Stub $stub, $isNested)

Parameters

ReflectionZendExtension $c
array $a
Stub $stub
$isNested