| 1 | <?php |
||
| 14 | final class EndTransformer implements TransformerInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | 1 | public function transform($results, CriteriaCollectionInterface $criteria): CriteriaCollectionInterface |
|
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 5 | public function skip($results): bool |
|
| 33 | } |
||
| 34 |