Bristol SU Support Package
FilterTester.php
Go to the documentation of this file.
1 <?php
2 
4 
8 use Exception;
9 
13 interface FilterTester
14 {
15 
27  public function evaluate(FilterInstance $filterInstance, $model): bool;
28 
29 }
evaluate(FilterInstance $filterInstance, $model)