| 1 | <?php |
||
| 22 | class Collection extends AbstractCollection |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | protected function prepareData($data) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Is correct input data type? |
||
| 34 | * |
||
| 35 | * @param mixed $data The data to assert correct type of |
||
| 36 | * |
||
| 37 | * @return bool |
||
| 38 | */ |
||
| 39 | protected function isConsistentDataStructure($data) |
||
| 53 | } |
||
| 54 |