|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilPDSelectedItemsBlockViewSettings:
Collaboration diagram for ilPDSelectedItemsBlockViewSettings:Protected Member Functions | |
| allViewsDisabled () | |
Protected Attributes | |
| Setting | $settings |
| ilObjUser | $actor |
| array | $validViews = [] |
| int | $currentView = self::VIEW_SELECTED_ITEMS |
| string | $currentSortOption = self::SORT_BY_LOCATION |
| string | $currentPresentationOption = self::PRESENTATION_LIST |
| DashboardAccess | $access |
Static Protected Attributes | |
| static array | $availableViews |
| static array | $viewNames |
| static array | $availablePresentations |
| static array | $availableSortOptions |
| static array | $availableSortOptionsByView |
| static array | $availablePresentationsByView |
Static Private Attributes | |
| static array | $has_data = [self::SORT_MANUALLY] |
| static array | $has_options = [self::SORT_MANUALLY] |
| static array | $options_by_sortation |
Additional Inherited Members | |
Data Fields inherited from ilPDSelectedItemsBlockConstants | |
| 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 24 of file class.ilPDSelectedItemsBlockViewSettings.php.
| ilPDSelectedItemsBlockViewSettings::__construct | ( | ilObjUser | $actor, |
| int | $view = self::VIEW_SELECTED_ITEMS, |
||
| ?Setting | $settings = null, |
||
| ?DashboardAccess | $access = null |
||
| ) |
Definition at line 120 of file class.ilPDSelectedItemsBlockViewSettings.php.
References $actor, $DIC, ILIAS\Repository\access(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 402 of file class.ilPDSelectedItemsBlockViewSettings.php.
References enabledMemberships(), and enabledSelectedItems().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::allViewsEnabled | ( | ) |
Definition at line 397 of file class.ilPDSelectedItemsBlockViewSettings.php.
References enabledMemberships(), and enabledSelectedItems().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::enabledLearningSequences | ( | ) |
Definition at line 552 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by isViewEnabled().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enabledMemberships | ( | ) |
Definition at line 377 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by allViewsDisabled(), allViewsEnabled(), and isViewEnabled().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enabledRecommendedContent | ( | ) |
Definition at line 547 of file class.ilPDSelectedItemsBlockViewSettings.php.
Referenced by isViewEnabled().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enabledSelectedItems | ( | ) |
Definition at line 382 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by allViewsDisabled(), allViewsEnabled(), and isViewEnabled().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enabledStudyProgrammes | ( | ) |
Definition at line 557 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by isViewEnabled().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enableLearningSequences | ( | bool | $status | ) |
Definition at line 562 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by enableView().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enableMemberships | ( | bool | $status | ) |
Definition at line 387 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by enableView(), and DashboardViewSettingsTest\testDisableMemberships().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enableSelectedItems | ( | bool | $status | ) |
Definition at line 392 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by enableView(), and DashboardViewSettingsTest\testDisableSelectedItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enableStudyProgrammes | ( | bool | $status | ) |
Definition at line 567 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by enableView().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::enableView | ( | int | $view, |
| bool | $status | ||
| ) |
Definition at line 355 of file class.ilPDSelectedItemsBlockViewSettings.php.
References enableLearningSequences(), enableMemberships(), enableSelectedItems(), enableStudyProgrammes(), getLearningSequenceView(), getMembershipsView(), getRecommendedContentView(), getSelectedItemsView(), and getStudyProgrammeView().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::getActivePresentationsByView | ( | int | $view | ) |
Definition at line 309 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getAvailablePresentationsByView(), and ILIAS\Repository\settings().
Referenced by getSelectablePresentationModes().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getActiveSortingsByView | ( | int | $view | ) |
Definition at line 271 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getAvailableSortOptionsByView(), and ILIAS\Repository\settings().
Referenced by getSelectableSortingModes().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getActor | ( | ) |
Definition at line 492 of file class.ilPDSelectedItemsBlockViewSettings.php.
References $actor.
| ilPDSelectedItemsBlockViewSettings::getAvailableOptionsBySortation | ( | string | $sortation | ) |
Definition at line 602 of file class.ilPDSelectedItemsBlockViewSettings.php.
| ilPDSelectedItemsBlockViewSettings::getAvailablePresentationsByView | ( | int | $view | ) |
Definition at line 240 of file class.ilPDSelectedItemsBlockViewSettings.php.
Referenced by getActivePresentationsByView(), and getSelectablePresentationModes().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getAvailableSortOptionsByView | ( | int | $view | ) |
Definition at line 215 of file class.ilPDSelectedItemsBlockViewSettings.php.
Referenced by getActiveSortingsByView(), getDefaultSortingByView(), getSelectableSortingModes(), storeViewSorting(), and storeViewSortingOptions().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getCurrentSortOption | ( | ) |
Definition at line 502 of file class.ilPDSelectedItemsBlockViewSettings.php.
References $currentSortOption.
| ilPDSelectedItemsBlockViewSettings::getCurrentView | ( | ) |
Definition at line 497 of file class.ilPDSelectedItemsBlockViewSettings.php.
References $currentView.
Referenced by getEffectiveSortingData(), getEffectiveSortingOptions(), and storeActorSortingData().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getDefaultPresentationByView | ( | int | $view | ) |
Definition at line 301 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by getEffectivePresentationMode(), and getSelectablePresentationModes().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getDefaultSorting | ( | ) |
Definition at line 512 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSortByLocationMode(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::getDefaultSortingByView | ( | int | $view | ) |
Definition at line 220 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getAvailableSortOptionsByView(), and ILIAS\Repository\settings().
Referenced by getEffectiveSortingMode().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getDefaultView | ( | ) |
Definition at line 407 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSelectedItemsView(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::getEffectivePresentationMode | ( | ) |
Definition at line 425 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getDefaultPresentationByView(), and getSelectablePresentationModes().
Referenced by parse().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getEffectiveSortingData | ( | ) |
Definition at line 580 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getCurrentView(), and getEffectiveSortingMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::getEffectiveSortingMode | ( | ) |
Definition at line 436 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getDefaultSortingByView(), and getSelectableSortingModes().
Referenced by getEffectiveSortingData(), getEffectiveSortingOptions(), parse(), and storeActorSortingData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getEffectiveSortingOptions | ( | ) |
Definition at line 589 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getCurrentView(), getEffectiveSortingMode(), and getSortingOptionsByView().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::getLearningSequenceView | ( | ) |
Definition at line 150 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\VIEW_LEARNING_SEQUENCES.
Referenced by enableView(), and isViewEnabled().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getListPresentationMode | ( | ) |
Definition at line 160 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\PRESENTATION_LIST.
Referenced by isListPresentation().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getMembershipsView | ( | ) |
Definition at line 135 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\VIEW_MY_MEMBERSHIPS.
Referenced by enableView(), isMembershipsViewActive(), and isViewEnabled().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getPresentationViews | ( | ) |
Definition at line 232 of file class.ilPDSelectedItemsBlockViewSettings.php.
References $availableViews.
| ilPDSelectedItemsBlockViewSettings::getRecommendedContentView | ( | ) |
Definition at line 155 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\VIEW_RECOMMENDED_CONTENT.
Referenced by enableView(), and isViewEnabled().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getSelectablePresentationModes | ( | ) |
Definition at line 461 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\access(), getActivePresentationsByView(), getAvailablePresentationsByView(), and getDefaultPresentationByView().
Referenced by getEffectivePresentationMode(), and storeActorPresentationMode().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getSelectableSortingModes | ( | ) |
Definition at line 450 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getActiveSortingsByView(), and getAvailableSortOptionsByView().
Referenced by getEffectiveSortingMode(), and storeActorSortingMode().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getSelectedItemsView | ( | ) |
Definition at line 140 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\VIEW_SELECTED_ITEMS.
Referenced by enableView(), getDefaultView(), isSelectedItemsViewActive(), and isViewEnabled().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getSortByAlphabetMode | ( | ) |
Definition at line 210 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\SORT_BY_ALPHABET.
Referenced by isSortedByAlphabet().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getSortByLocationMode | ( | ) |
Definition at line 200 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\SORT_BY_LOCATION.
Referenced by getDefaultSorting(), and isSortedByLocation().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getSortByStartDateMode | ( | ) |
Definition at line 195 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\SORT_BY_START_DATE.
Referenced by isSortedByStartDate().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getSortByTypeMode | ( | ) |
Definition at line 205 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\SORT_BY_TYPE.
Referenced by isSortedByType().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getSortingOptionsByView | ( | int | $view | ) |
Definition at line 610 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Referenced by getEffectiveSortingOptions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getStudyProgrammeView | ( | ) |
Definition at line 145 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\VIEW_MY_STUDYPROGRAMME.
Referenced by enableView(), isStudyProgrammeViewActive(), and isViewEnabled().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getTilePresentationMode | ( | ) |
Definition at line 165 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\PRESENTATION_TILE.
Referenced by isTilePresentation().
Here is the caller graph for this function:| ilPDSelectedItemsBlockViewSettings::getViewName | ( | int | $view | ) |
Definition at line 572 of file class.ilPDSelectedItemsBlockViewSettings.php.
| ilPDSelectedItemsBlockViewSettings::getViewPositions | ( | ) |
Definition at line 329 of file class.ilPDSelectedItemsBlockViewSettings.php.
References $availableViews, and ILIAS\Repository\settings().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isLearningSequenceViewActive | ( | ) |
Definition at line 190 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\VIEW_LEARNING_SEQUENCES.
| ilPDSelectedItemsBlockViewSettings::isListPresentation | ( | ) |
Definition at line 542 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getListPresentationMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isMembershipsViewActive | ( | ) |
Definition at line 170 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getMembershipsView().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isRecommendedContentViewActive | ( | ) |
Definition at line 175 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ilPDSelectedItemsBlockConstants\VIEW_RECOMMENDED_CONTENT.
| ilPDSelectedItemsBlockViewSettings::isSelectedItemsViewActive | ( | ) |
Definition at line 180 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSelectedItemsView().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isSortedByAlphabet | ( | ) |
Definition at line 522 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSortByAlphabetMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isSortedByLocation | ( | ) |
Definition at line 527 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSortByLocationMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isSortedByStartDate | ( | ) |
Definition at line 532 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSortByStartDateMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isSortedByType | ( | ) |
Definition at line 517 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSortByTypeMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isStudyProgrammeViewActive | ( | ) |
Definition at line 185 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getStudyProgrammeView().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isTilePresentation | ( | ) |
Definition at line 537 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getTilePresentationMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::isValidView | ( | int | $view | ) |
Definition at line 507 of file class.ilPDSelectedItemsBlockViewSettings.php.
| ilPDSelectedItemsBlockViewSettings::isViewEnabled | ( | int | $view | ) |
Definition at line 337 of file class.ilPDSelectedItemsBlockViewSettings.php.
References enabledLearningSequences(), enabledMemberships(), enabledRecommendedContent(), enabledSelectedItems(), enabledStudyProgrammes(), getLearningSequenceView(), getMembershipsView(), getRecommendedContentView(), getSelectedItemsView(), and getStudyProgrammeView().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::parse | ( | ) |
Definition at line 417 of file class.ilPDSelectedItemsBlockViewSettings.php.
References $availableViews, getEffectivePresentationMode(), and getEffectiveSortingMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::setViewPositions | ( | array | $positions | ) |
| int[] | $positions |
Definition at line 321 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::storeActorPresentationMode | ( | string | $presentationMode | ) |
Definition at line 472 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSelectablePresentationModes().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::storeActorSortingData | ( | array | $data | ) |
Definition at line 594 of file class.ilPDSelectedItemsBlockViewSettings.php.
References $data, getCurrentView(), and getEffectiveSortingMode().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::storeActorSortingMode | ( | string | $sortingMode | ) |
Definition at line 482 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getSelectableSortingModes().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::storeDefaultView | ( | int | $view | ) |
Definition at line 412 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::storeViewPresentation | ( | int | $view, |
| string | $default, | ||
| array | $active | ||
| ) |
| string[] | $active |
Definition at line 292 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::storeViewSorting | ( | int | $view, |
| string | $type, | ||
| array | $active | ||
| ) |
Definition at line 245 of file class.ilPDSelectedItemsBlockViewSettings.php.
References getAvailableSortOptionsByView(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilPDSelectedItemsBlockViewSettings::storeViewSortingOptions | ( | int | $view, |
| array | $options | ||
| ) |
Definition at line 257 of file class.ilPDSelectedItemsBlockViewSettings.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, getAvailableSortOptionsByView(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Definition at line 118 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
protected |
Definition at line 113 of file class.ilPDSelectedItemsBlockViewSettings.php.
Referenced by __construct(), and getActor().
|
staticprotected |
Definition at line 43 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
staticprotected |
Definition at line 84 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
staticprotected |
Definition at line 48 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
staticprotected |
Definition at line 55 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
staticprotected |
Definition at line 27 of file class.ilPDSelectedItemsBlockViewSettings.php.
Referenced by getPresentationViews(), getViewPositions(), and parse().
|
protected |
Definition at line 117 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
protected |
Definition at line 116 of file class.ilPDSelectedItemsBlockViewSettings.php.
Referenced by getCurrentSortOption().
|
protected |
Definition at line 115 of file class.ilPDSelectedItemsBlockViewSettings.php.
Referenced by getCurrentView().
|
staticprivate |
Definition at line 107 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
staticprivate |
Definition at line 108 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
staticprivate |
Definition at line 109 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
protected |
Definition at line 112 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
protected |
Definition at line 114 of file class.ilPDSelectedItemsBlockViewSettings.php.
|
staticprotected |
Definition at line 35 of file class.ilPDSelectedItemsBlockViewSettings.php.