| Current Path : /var/www/html/xfacil.desafio.com.py/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ |
| Current File : /var/www/html/xfacil.desafio.com.py/vendor/myclabs/deep-copy/src/DeepCopy/Filter/KeepFilter.php |
<?php
namespace DeepCopy\Filter;
class KeepFilter implements Filter
{
/**
* Keeps the value of the object property.
*
* {@inheritdoc}
*/
public function apply($object, $property, $objectCopier)
{
// Nothing to do
}
}