| 1 | <?php |
||
| 16 | class ResultCollection extends AbstractCollection implements ResultCollectionInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @inheritDoc |
||
| 20 | */ |
||
| 21 | 6 | public function addNamedItem($name, $item) |
|
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 10 | public function getResults() |
|
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | 5 | public function jsonSerialize() |
|
| 41 | |||
| 42 | /** |
||
| 43 | * @inheritDoc |
||
| 44 | */ |
||
| 45 | 10 | protected function isItemValid($item) |
|
| 49 | } |
||
| 50 |