ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Data Fields | |
const | VIEW_SELECTED_ITEMS = 0 |
const | VIEW_RECOMMENDED_CONTENT = 1 |
const | VIEW_MY_MEMBERSHIPS = 2 |
const | VIEW_LEARNING_SEQUENCES = 3 |
const | VIEW_MY_STUDYPROGRAMME = 4 |
const | SORT_BY_TYPE = 'type' |
const | SORT_BY_LOCATION = 'location' |
const | SORT_BY_START_DATE = 'start_date' |
const | SORT_BY_ALPHABET = 'alphabet' |
const | SORT_MANUALLY = 'manually' |
const | PRESENTATION_LIST = 'list' |
const | PRESENTATION_TILE = 'tile' |
Definition at line 21 of file interface.ilPDSelectedItemsBlockConstants.php.
const ilPDSelectedItemsBlockConstants::PRESENTATION_LIST = 'list' |
Definition at line 35 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDSelectedItemsBlockViewSettings\getListPresentationMode().
const ilPDSelectedItemsBlockConstants::PRESENTATION_TILE = 'tile' |
Definition at line 36 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDSelectedItemsBlockViewSettings\getTilePresentationMode().
const ilPDSelectedItemsBlockConstants::SORT_BY_ALPHABET = 'alphabet' |
Definition at line 32 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilDashboardBlockGUI\getItemGroups(), and ilPDSelectedItemsBlockViewSettings\getSortByAlphabetMode().
const ilPDSelectedItemsBlockConstants::SORT_BY_LOCATION = 'location' |
Definition at line 30 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilDashboardBlockGUI\getItemGroups(), and ilPDSelectedItemsBlockViewSettings\getSortByLocationMode().
const ilPDSelectedItemsBlockConstants::SORT_BY_START_DATE = 'start_date' |
Definition at line 31 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilDashboardBlockGUI\getItemGroups(), and ilPDSelectedItemsBlockViewSettings\getSortByStartDateMode().
const ilPDSelectedItemsBlockConstants::SORT_BY_TYPE = 'type' |
Definition at line 29 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilDashboardBlockGUI\getItemGroups(), and ilPDSelectedItemsBlockViewSettings\getSortByTypeMode().
const ilPDSelectedItemsBlockConstants::SORT_MANUALLY = 'manually' |
Definition at line 33 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilDashboardBlockGUI\addCommandActions(), and ilDashboardBlockGUI\getItemGroups().
const ilPDSelectedItemsBlockConstants::VIEW_LEARNING_SEQUENCES = 3 |
Definition at line 26 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDSelectedItemsBlockViewSettings\getLearningSequenceView(), ilDashboardLearningSequenceGUI\initViewSettings(), ilPDSelectedItemsBlockViewSettings\isLearningSequenceViewActive(), and ilDashboardGUI\renderView().
const ilPDSelectedItemsBlockConstants::VIEW_MY_MEMBERSHIPS = 2 |
Definition at line 25 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDSelectedItemsBlockViewSettings\getMembershipsView(), ilMembershipBlockGUI\initViewSettings(), and ilDashboardGUI\renderView().
const ilPDSelectedItemsBlockConstants::VIEW_MY_STUDYPROGRAMME = 4 |
Definition at line 27 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDSelectedItemsBlockViewSettings\getStudyProgrammeView(), ilStudyProgrammeDashboardViewGUI\initViewSettings(), and ilDashboardGUI\renderView().
const ilPDSelectedItemsBlockConstants::VIEW_RECOMMENDED_CONTENT = 1 |
Definition at line 24 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDSelectedItemsBlockViewSettings\getRecommendedContentView(), ilDashboardSortationTableGUI\initData(), ilDashboardRecommendedContentGUI\initViewSettings(), ilPDSelectedItemsBlockViewSettings\isRecommendedContentViewActive(), ilDashboardGUI\renderView(), and ilObjDashboardSettingsGUI\saveSettings().
const ilPDSelectedItemsBlockConstants::VIEW_SELECTED_ITEMS = 0 |
Definition at line 23 of file interface.ilPDSelectedItemsBlockConstants.php.
Referenced by ilPDSelectedItemsBlockViewSettings\getSelectedItemsView(), ilSelectedItemsBlockGUI\initViewSettings(), ilDashboardGUI\renderView(), and DashboardViewSettingsTest\setUp().