ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
TableSelection.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\LegalDocuments;
22
24{
28 public function filter(): array;
29 public function getOrderDirection(): string;
30 public function getOrderField(): string;
31 public function getLimit(): int;
32 public function getOffset(): int;
33 public function setMaxCount(int $a_max_count): void;
34}