ReflectionCaster

class ReflectionCaster

Casts Reflector related classes to array representation.

Methods

static castReflector(Reflector $c, array $a, Stub $stub, $isNested) deprecated
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 castReflector(Reflector $c, array $a, Stub $stub, $isNested) deprecated

deprecated

since Symfony 2.7, to be removed in 3.0.

Parameters

Reflector $c
array $a
Stub $stub
$isNested

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

Parameters

Closure $c
array $a
Stub $stub
$isNested

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

Parameters

Generator $c
array $a
Stub $stub
$isNested

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

Parameters

ReflectionType $c
array $a
Stub $stub
$isNested

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

Parameters

ReflectionGenerator $c
array $a
Stub $stub
$isNested

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

Parameters

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

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

Parameters

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

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

Parameters

ReflectionMethod $c
array $a
Stub $stub
$isNested

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

Parameters

ReflectionParameter $c
array $a
Stub $stub
$isNested

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

Parameters

ReflectionProperty $c
array $a
Stub $stub
$isNested

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

Parameters

ReflectionExtension $c
array $a
Stub $stub
$isNested

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

Parameters

ReflectionZendExtension $c
array $a
Stub $stub
$isNested

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/VarDumper/Caster/ReflectionCaster.html