Documentation

DoctrineProxyFilter
in package
implements Filter

Tags
final

Interfaces, Classes, Traits and Enums

Filter
Filter to apply to a property while copying an object

Table of Contents

apply()  : mixed
Triggers the magic method __load() on a Doctrine Proxy class to load the actual entity from the database.

Methods

apply()

Triggers the magic method __load() on a Doctrine Proxy class to load the actual entity from the database.

public apply(mixed $object, mixed $property, mixed $objectCopier) : mixed
Parameters
$object : mixed
$property : mixed
$objectCopier : mixed
Return values
mixed

Search results