FilterInterface
in
Interface FilterInterface
Table of Contents
- check() : bool
- Performs a check, so a later process can filter with that result.
Methods
check()
Performs a check, so a later process can filter with that result.
public
check(FilterConditionArguments $condition) : bool
Parameters
- $condition : FilterConditionArguments