◆ __construct()
DeepCopy\Filter\ReplaceFilter::__construct |
( |
callable |
$callable | ) |
|
- Parameters
-
callable | $callable | Will be called to get the new value for each property to replace |
◆ 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:
- vendor/myclabs/deep-copy/src/DeepCopy/Filter/ReplaceFilter.php