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