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