Lggr
Public Member Functions | Protected Attributes | List of all members
DeepCopy\Filter\ReplaceFilter Class Reference
Inheritance diagram for DeepCopy\Filter\ReplaceFilter:
Inheritance graph
[legend]
Collaboration diagram for DeepCopy\Filter\ReplaceFilter:
Collaboration graph
[legend]

Public Member Functions

 __construct (callable $callable)
 
 apply ($object, $property, $objectCopier)
 

Protected Attributes

 $callback
 

Detailed Description

@final

Constructor & Destructor Documentation

◆ __construct()

DeepCopy\Filter\ReplaceFilter::__construct ( callable  $callable)
Parameters
callable$callableWill be called to get the new value for each property to replace

Member Function Documentation

◆ apply()

DeepCopy\Filter\ReplaceFilter::apply (   $object,
  $property,
  $objectCopier 
)

Replaces the object property by the result of the callback called with the object property.

{Applies the filter to the object.

Parameters
object$object
string$property
callable$objectCopier
}

Implements DeepCopy\Filter\Filter.


The documentation for this class was generated from the following file: