Lggr
|
Public Member Functions | |
apply ($object, $property, $objectCopier) | |
@final
DeepCopy\Filter\Doctrine\DoctrineProxyFilter::apply | ( | $object, | |
$property, | |||
$objectCopier | |||
) |
Triggers the magic method __load() on a Doctrine Proxy class to load the actual entity from the database.
{Applies the filter to the object.
object | $object | |
string | $property | |
callable | $objectCopier |
Implements DeepCopy\Filter\Filter.