Méthode |
Description |
|
addCallback ( callable $func ) : Airship\Engine\Contract\Security\FilterInterface |
Add a callback to this filter (supports more than one) |
|
process ( mixed $data ) : mixed |
Process data using the filter rules. |
|
setDefault ( $value ) : Airship\Engine\Contract\Security\FilterInterface |
Set the default value (not applicable to booleans) |
|
setIndex ( string $index ) : Airship\Engine\Contract\Security\FilterInterface |
|
|
setType ( string $typeIndicator ) : Airship\Engine\Contract\Security\FilterInterface |
Sets the expected input type (e.g. string, boolean) |
|