PHP Класс DMS\Filter\Filters\BaseFilter
Abstract class that defined the basic needs of a "Filter"
Filter classes are the enforcers of rules. This means they
are the classes that know how a given rule is applied to
a value.
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
apply ( Rule $rule, mixed $value ) : mixed |
Enforces the desired filtering on the the value
returning a filtered value. |
|
Описание методов
apply()
абстрактный публичный Метод
Enforces the desired filtering on the the value
returning a filtered value.