DMS\Filter\Filters\BaseFilter::apply PHP Method

apply() abstract public method

Enforces the desired filtering on the the value returning a filtered value.
abstract public apply ( Rule $rule, mixed $value ) : mixed
$rule DMS\Filter\Rules\Rule
$value mixed
return mixed
    public abstract function apply(Rule $rule, $value);
BaseFilter