ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface ilBiblTableQueryInfoInterface. More...
Public Member Functions | |
getSortingColumn () | |
setSortingColumn ($sorting_column) | |
getSortingDirection () | |
setSortingDirection ($sorting_direction) | |
getOffset () | |
setOffset ($offset) | |
getLimit () | |
setLimit ($limit) | |
addFilter (ilBiblTableQueryFilterInterface $filter) | |
getFilters () | |
Data Fields | |
const | SORTING_ASC = "ASC" |
const | SORTING_DESC = "DESC" |
Interface ilBiblTableQueryInfoInterface.
Definition at line 8 of file interface.ilBiblTableQueryInfoInterface.php.
ilBiblTableQueryInfoInterface::addFilter | ( | ilBiblTableQueryFilterInterface | $filter | ) |
ilBiblTableQueryInfoInterface::getFilters | ( | ) |
Implemented in ilBiblTableQueryInfo.
ilBiblTableQueryInfoInterface::getLimit | ( | ) |
Implemented in ilBiblTableQueryInfo.
Referenced by ilBiblFieldFilterFactory\filterItemsForTable().
ilBiblTableQueryInfoInterface::getOffset | ( | ) |
Implemented in ilBiblTableQueryInfo.
Referenced by ilBiblFieldFilterFactory\filterItemsForTable().
ilBiblTableQueryInfoInterface::getSortingColumn | ( | ) |
Implemented in ilBiblTableQueryInfo.
Referenced by ilBiblFieldFilterFactory\filterItemsForTable().
ilBiblTableQueryInfoInterface::getSortingDirection | ( | ) |
Implemented in ilBiblTableQueryInfo.
Referenced by ilBiblFieldFilterFactory\filterItemsForTable().
ilBiblTableQueryInfoInterface::setLimit | ( | $limit | ) |
int | $limit |
Implemented in ilBiblTableQueryInfo.
ilBiblTableQueryInfoInterface::setOffset | ( | $offset | ) |
int | $offset |
Implemented in ilBiblTableQueryInfo.
ilBiblTableQueryInfoInterface::setSortingColumn | ( | $sorting_column | ) |
string | $sorting_column |
Implemented in ilBiblTableQueryInfo.
ilBiblTableQueryInfoInterface::setSortingDirection | ( | $sorting_direction | ) |
string | $sorting_direction |
Implemented in ilBiblTableQueryInfo.
const ilBiblTableQueryInfoInterface::SORTING_ASC = "ASC" |
Definition at line 10 of file interface.ilBiblTableQueryInfoInterface.php.
const ilBiblTableQueryInfoInterface::SORTING_DESC = "DESC" |
Definition at line 11 of file interface.ilBiblTableQueryInfoInterface.php.