W3cubDocs

/Symfony 2.7

Symfony\Component\VarDumper\Caster\ReflectionCaster

class ReflectionCaster

Casts Reflector related classes to array representation.

Methods

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

Details

static public castReflector(Reflector $c, array $a, Stub $stub, $isNested)

Parameters

Reflector $c
array $a
Stub $stub
$isNested

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

Parameters

Closure $c
array $a
Stub $stub
$isNested

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