DoctrineCaster
in package
Casts Doctrine related classes to array representation.
Tags
Table of Contents
- castCommonProxy() : mixed
- castOrmProxy() : mixed
- castPersistentCollection() : mixed
Methods
castCommonProxy()
public
static castCommonProxy(Proxy $proxy, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
- $proxy : Proxy
- $a : array<string|int, mixed>
- $stub : Stub
- $isNested : bool
Return values
mixed —castOrmProxy()
public
static castOrmProxy(Proxy $proxy, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
- $proxy : Proxy
- $a : array<string|int, mixed>
- $stub : Stub
- $isNested : bool
Return values
mixed —castPersistentCollection()
public
static castPersistentCollection(PersistentCollection $coll, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
- $coll : PersistentCollection
- $a : array<string|int, mixed>
- $stub : Stub
- $isNested : bool