1 | <?php |
||
9 | trait HelperTrait |
||
10 | { |
||
11 | /** |
||
12 | * @param Model $model |
||
13 | * |
||
14 | * @throws Exceptions |
||
15 | * |
||
16 | * @return bool |
||
17 | */ |
||
18 | public function isValidModel(Model $model) |
||
30 | |||
31 | /** |
||
32 | * @param $index |
||
33 | * |
||
34 | * @throws Exceptions |
||
35 | * |
||
36 | * @return bool |
||
37 | */ |
||
38 | public function isValidIndex($index) |
||
50 | } |
||
51 |