|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilBiblTableQueryInfoInterface:
Collaboration diagram for ilBiblTableQueryInfoInterface:Public Member Functions | |
| getSortingColumn () | |
| setSortingColumn (string $sorting_column) | |
| getSortingDirection () | |
| setSortingDirection (string $sorting_direction) | |
| getOffset () | |
| setOffset (int $offset) | |
| getLimit () | |
| setLimit (int $limit) | |
| addFilter (ilBiblTableQueryFilterInterface $filter) | |
| getFilters () | |
Data Fields | |
| const | SORTING_ASC = "ASC" |
| const | SORTING_DESC = "DESC" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Interface ilBiblTableQueryInfoInterface
Definition at line 23 of file interface.ilBiblTableQueryInfoInterface.php.
| ilBiblTableQueryInfoInterface::addFilter | ( | ilBiblTableQueryFilterInterface | $filter | ) |
Implemented in ilBiblTableQueryInfo.
| ilBiblTableQueryInfoInterface::getFilters | ( | ) |
Implemented in ilBiblTableQueryInfo.
| ilBiblTableQueryInfoInterface::getLimit | ( | ) |
Implemented in ilBiblTableQueryInfo.
Referenced by ilBiblFieldFilterFactory\filterItemsForTable().
Here is the caller graph for this function:| ilBiblTableQueryInfoInterface::getOffset | ( | ) |
Implemented in ilBiblTableQueryInfo.
Referenced by ilBiblFieldFilterFactory\filterItemsForTable().
Here is the caller graph for this function:| ilBiblTableQueryInfoInterface::getSortingColumn | ( | ) |
Implemented in ilBiblTableQueryInfo.
Referenced by ilBiblFieldFilterFactory\filterItemsForTable().
Here is the caller graph for this function:| ilBiblTableQueryInfoInterface::getSortingDirection | ( | ) |
Implemented in ilBiblTableQueryInfo.
Referenced by ilBiblFieldFilterFactory\filterItemsForTable().
Here is the caller graph for this function:| ilBiblTableQueryInfoInterface::setLimit | ( | int | $limit | ) |
Implemented in ilBiblTableQueryInfo.
| ilBiblTableQueryInfoInterface::setOffset | ( | int | $offset | ) |
Implemented in ilBiblTableQueryInfo.
| ilBiblTableQueryInfoInterface::setSortingColumn | ( | string | $sorting_column | ) |
Implemented in ilBiblTableQueryInfo.
| ilBiblTableQueryInfoInterface::setSortingDirection | ( | string | $sorting_direction | ) |
Implemented in ilBiblTableQueryInfo.
| const ilBiblTableQueryInfoInterface::SORTING_ASC = "ASC" |
Definition at line 25 of file interface.ilBiblTableQueryInfoInterface.php.
| const ilBiblTableQueryInfoInterface::SORTING_DESC = "DESC" |
Definition at line 26 of file interface.ilBiblTableQueryInfoInterface.php.