ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getId () | |
setId (int $id) | |
getFieldId () | |
setFieldId (int $field_id) | |
getObjectId () | |
setObjectId (int $object_id) | |
getFilterType () | |
setFilterType (int $filter_type) | |
create () | |
update () | |
delete () | |
Data Fields | |
const | FILTER_TYPE_MULTI_SELECT_INPUT = 3 |
const | FILTER_TYPE_SELECT_INPUT = 2 |
const | FILTER_TYPE_TEXT_INPUT = 1 |
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 ilBiblFieldFilterInterface
Definition at line 23 of file interface.ilBiblFieldFilterInterface.php.
ilBiblFieldFilterInterface::create | ( | ) |
ilBiblFieldFilterInterface::delete | ( | ) |
ilBiblFieldFilterInterface::getFieldId | ( | ) |
Implemented in ilBiblFieldFilter.
ilBiblFieldFilterInterface::getFilterType | ( | ) |
Implemented in ilBiblFieldFilter.
ilBiblFieldFilterInterface::getId | ( | ) |
Implemented in ilBiblFieldFilter.
ilBiblFieldFilterInterface::getObjectId | ( | ) |
Implemented in ilBiblFieldFilter.
ilBiblFieldFilterInterface::setFieldId | ( | int | $field_id | ) |
Implemented in ilBiblFieldFilter.
ilBiblFieldFilterInterface::setFilterType | ( | int | $filter_type | ) |
Implemented in ilBiblFieldFilter.
ilBiblFieldFilterInterface::setId | ( | int | $id | ) |
Implemented in ilBiblFieldFilter.
ilBiblFieldFilterInterface::setObjectId | ( | int | $object_id | ) |
Implemented in ilBiblFieldFilter.
ilBiblFieldFilterInterface::update | ( | ) |
const ilBiblFieldFilterInterface::FILTER_TYPE_MULTI_SELECT_INPUT = 3 |
Definition at line 25 of file interface.ilBiblFieldFilterInterface.php.
Referenced by ilBiblEntryTableGUI\buildTable(), ilBiblFieldFilterPresentationGUI\getFilterInput(), and ilBiblFieldFilterFormGUI\initForm().
const ilBiblFieldFilterInterface::FILTER_TYPE_SELECT_INPUT = 2 |
Definition at line 26 of file interface.ilBiblFieldFilterInterface.php.
Referenced by ilBiblEntryTableGUI\buildTable(), ilBiblFieldFilterPresentationGUI\getFilterInput(), and ilBiblFieldFilterFormGUI\initForm().
const ilBiblFieldFilterInterface::FILTER_TYPE_TEXT_INPUT = 1 |
Definition at line 27 of file interface.ilBiblFieldFilterInterface.php.
Referenced by ilBiblEntryTableGUI\buildTable(), ilBiblFieldFilterPresentationGUI\getFilterInput(), and ilBiblFieldFilterFormGUI\initForm().