DoctrineProxyFilter
in package
implements
Filter
Tags
Table of Contents
Interfaces
- Filter
- Filter to apply to a property while copying an object
Methods
- 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