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 castCommonProxy(Proxy $proxy, array $a, Stub $stub, $isNested)

Parameters

Proxy $proxy
array $a
Stub $stub
$isNested

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

Parameters

Proxy $proxy
array $a
Stub $stub
$isNested

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

Parameters

PersistentCollection $coll
array $a
Stub $stub
$isNested
doc_Symfony
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.