1 | <?php |
||
22 | class BaseView extends AbstractView |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Check whether the Findable can handle an individual criterion. |
||
27 | * |
||
28 | * @since 0.1.0 |
||
29 | * |
||
30 | * @param mixed $criterion Criterion to check. |
||
31 | * |
||
32 | * @return bool Whether the Findable can handle the criterion. |
||
33 | */ |
||
34 | 17 | public function canHandle($criterion) |
|
38 | } |
||
39 |