ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 () | |
Protected Attributes | |
array | $filters = [] |
string | $sorting_column = '' |
string | $sorting_direction = ilBiblTableQueryInfoInterface::SORTING_ASC |
int | $offset = 0 |
int | $limit = 10000 |
Additional Inherited Members | |
![]() | |
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 Class ilBiblTableQueryInfo
Definition at line 24 of file class.ilBiblTableQueryInfo.php.
ilBiblTableQueryInfo::addFilter | ( | ilBiblTableQueryFilterInterface | $filter | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 87 of file class.ilBiblTableQueryInfo.php.
ilBiblTableQueryInfo::getFilters | ( | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 96 of file class.ilBiblTableQueryInfo.php.
References $filters.
ilBiblTableQueryInfo::getLimit | ( | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 72 of file class.ilBiblTableQueryInfo.php.
References $limit.
ilBiblTableQueryInfo::getOffset | ( | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 60 of file class.ilBiblTableQueryInfo.php.
References $offset.
ilBiblTableQueryInfo::getSortingColumn | ( | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 36 of file class.ilBiblTableQueryInfo.php.
References $sorting_column.
ilBiblTableQueryInfo::getSortingDirection | ( | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 48 of file class.ilBiblTableQueryInfo.php.
References $sorting_direction.
ilBiblTableQueryInfo::setLimit | ( | int | $limit | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 78 of file class.ilBiblTableQueryInfo.php.
References $limit.
ilBiblTableQueryInfo::setOffset | ( | int | $offset | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 66 of file class.ilBiblTableQueryInfo.php.
References $offset.
ilBiblTableQueryInfo::setSortingColumn | ( | string | $sorting_column | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 42 of file class.ilBiblTableQueryInfo.php.
References $sorting_column.
ilBiblTableQueryInfo::setSortingDirection | ( | string | $sorting_direction | ) |
Implements ilBiblTableQueryInfoInterface.
Definition at line 54 of file class.ilBiblTableQueryInfo.php.
References $sorting_direction.
|
protected |
Definition at line 29 of file class.ilBiblTableQueryInfo.php.
Referenced by getFilters().
|
protected |
Definition at line 33 of file class.ilBiblTableQueryInfo.php.
Referenced by getLimit(), and setLimit().
|
protected |
Definition at line 32 of file class.ilBiblTableQueryInfo.php.
Referenced by getOffset(), and setOffset().
|
protected |
Definition at line 30 of file class.ilBiblTableQueryInfo.php.
Referenced by getSortingColumn(), and setSortingColumn().
|
protected |
Definition at line 31 of file class.ilBiblTableQueryInfo.php.
Referenced by getSortingDirection(), and setSortingDirection().