class DoctrineCaster

Casts Doctrine related classes to array representation.

Methods

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

No description

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

No description

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

No description

Details

staticarray castCommonProxy(Proxy$proxy,array$a,Stub$stub,bool$isNested)

Parameters

Proxy $proxy
array $a
Stub $stub
bool $isNested

Return Value

array

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

Parameters

Proxy $proxy
array $a
Stub $stub
bool $isNested

Return Value

array

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

Parameters

PersistentCollection $coll
array $a
Stub $stub
bool $isNested

Return Value

array