ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Data Fields | |
const | VIEW_SELECTED_ITEMS = 0 |
const | VIEW_MY_MEMBERSHIPS = 1 |
const | VIEW_MY_STUDYPROGRAMME = 2 |
const | SORT_BY_TYPE = 'type' |
const | SORT_BY_LOCATION = 'location' |
const | SORT_BY_START_DATE = 'start_date' |
const | SORT_BY_ALPHABET = 'alphabet' |
const | PRESENTATION_LIST = "list" |
const | PRESENTATION_TILE = "tile" |
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
Definition at line 19 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::PRESENTATION_LIST = "list" |
Definition at line 30 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::PRESENTATION_TILE = "tile" |
Definition at line 31 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::SORT_BY_ALPHABET = 'alphabet' |
Definition at line 28 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::SORT_BY_LOCATION = 'location' |
Definition at line 26 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::SORT_BY_START_DATE = 'start_date' |
Definition at line 27 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::SORT_BY_TYPE = 'type' |
Definition at line 25 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::VIEW_MY_MEMBERSHIPS = 1 |
Definition at line 22 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDMembershipBlockGUI\initViewSettings().
const ilPDSelectedItemsBlockConstants::VIEW_MY_STUDYPROGRAMME = 2 |
Definition at line 23 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::VIEW_SELECTED_ITEMS = 0 |
Definition at line 21 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDSelectedItemsBlockGUI\initViewSettings(), and DashboardViewSettingsTest\setUp().