FilterInterface
in
Variable filter interface
Table of Contents
Methods
- filterValue() : mixed
- Executed if filter type is FILTER_CALLBACK
- getType() : mixed
- Get filter type
Methods
filterValue()
Executed if filter type is FILTER_CALLBACK
public
filterValue(mixed $value) : mixed
Parameters
- $value : mixed
getType()
Get filter type
public
getType() : mixed