W3cubDocs

/Symfony 2.7

Symfony\Component\VarDumper\Caster\DoctrineCaster

class DoctrineCaster

Casts Doctrine related classes to array representation.

Methods

static castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested)
static castOrmProxy(Proxy $proxy, array $a, Stub $stub, $isNested)
static castPersistentCollection(PersistentCollection $coll, array $a, Stub $stub, $isNested)

Details

static public castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested)

Parameters

Proxy $proxy
array $a
Stub $stub
$isNested

static public castOrmProxy(Proxy $proxy, array $a, Stub $stub, $isNested)

Parameters

Proxy $proxy
array $a
Stub $stub
$isNested

static public castPersistentCollection(PersistentCollection $coll, array $a, Stub $stub, $isNested)

Parameters

PersistentCollection $coll
array $a
Stub $stub
$isNested

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