Documentation

DoctrineCaster
in package

Casts Doctrine related classes to array representation.

Tags
author

Nicolas Grekas p@tchwork.com

final

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
Return values
mixed

Search results