| 1 | <?php |
||
| 7 | class SortDescendingCriterion implements CriterionInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var string |
||
| 11 | */ |
||
| 12 | private $sortField; |
||
| 13 | |||
| 14 | 1 | public function __construct(string $sortField) |
|
| 18 | |||
| 19 | 1 | public function toArray(): array |
|
| 23 | |||
| 24 | 1 | public function checkCollisionWithCriteria(array $critera): void |
|
| 28 | } |
||
| 29 |