ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
TableSelection.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments
;
22
23
interface
TableSelection
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
}
ILIAS\LegalDocuments
Definition:
Administration.php:21
ILIAS\LegalDocuments\TableSelection\getOrderField
getOrderField()
ILIAS\LegalDocuments\TableSelection\filter
filter()
ILIAS\LegalDocuments\TableSelection\getLimit
getLimit()
ILIAS\LegalDocuments\TableSelection\getOrderDirection
getOrderDirection()
ILIAS\LegalDocuments\TableSelection\setMaxCount
setMaxCount(int $a_max_count)
ILIAS\LegalDocuments\TableSelection
Definition:
TableSelection.php:23
ILIAS\LegalDocuments\TableSelection\getOffset
getOffset()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
LegalDocuments
classes
TableSelection.php
Generated on Sun Aug 31 2025 23:03:15 for ILIAS by
1.8.13 (using
Doxyfile
)