ILIAS  trunk Revision v11.0_alpha-2406-g7062992332c
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\LegalDocuments\TableSelection Interface Reference
+ Inheritance diagram for ILIAS\LegalDocuments\TableSelection:
+ Collaboration diagram for ILIAS\LegalDocuments\TableSelection:

Public Member Functions

 filter ()
 
 getOrderDirection ()
 
 getOrderField ()
 
 getLimit ()
 
 getOffset ()
 
 setMaxCount (int $a_max_count)
 

Detailed Description

Definition at line 23 of file TableSelection.php.

Member Function Documentation

◆ filter()

ILIAS\LegalDocuments\TableSelection::filter ( )
Returns
array<string, mixed>

Implemented in ILIAS\LegalDocuments\Legacy\Table.

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\rows().

+ Here is the caller graph for this function:

◆ getLimit()

ILIAS\LegalDocuments\TableSelection::getLimit ( )

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\rows().

+ Here is the caller graph for this function:

◆ getOffset()

ILIAS\LegalDocuments\TableSelection::getOffset ( )

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\rows().

+ Here is the caller graph for this function:

◆ getOrderDirection()

ILIAS\LegalDocuments\TableSelection::getOrderDirection ( )

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\rows().

+ Here is the caller graph for this function:

◆ getOrderField()

ILIAS\LegalDocuments\TableSelection::getOrderField ( )

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\rows().

+ Here is the caller graph for this function:

◆ setMaxCount()

ILIAS\LegalDocuments\TableSelection::setMaxCount ( int  $a_max_count)

Implemented in ILIAS\LegalDocuments\Legacy\Table.

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\rows().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: