|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilPDSelectedItemsBlockMembershipsViewGUI:
Collaboration diagram for ilPDSelectedItemsBlockMembershipsViewGUI:Public Member Functions | |
| getGroups () | |
| getScreenId () | |
| getTitle () | |
| supportsSelectAll () | |
| mayRemoveItem ($refId) | |
| getIntroductionHtml () | |
Public Member Functions inherited from ilPDSelectedItemsBlockViewGUI | |
| getScreenId () | |
| getTitle () | |
| supportsSelectAll () | |
| getIntroductionHtml () | |
| getGroups () | |
| mayRemoveItem (int $refId) | |
| setIsInManageMode (bool $isInManageMode) | |
| isInManageMode () | |
| getItemGroups () | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilPDSelectedItemsBlockViewGUI | |
| static | bySettings (ilPDSelectedItemsBlockViewSettings $viewSettings) |
Protected Member Functions inherited from ilPDSelectedItemsBlockViewGUI | |
| isRootNode (int $refId) | |
| getRepositoryTitle () | |
| preloadItemGroups (array $item_groups) | |
| groupItemsByType () | |
| groupItemsByStartDate () | |
| groupItemsByLocation () | |
| sortItemsByAlphabetInOneGroup () | |
Protected Attributes inherited from ilPDSelectedItemsBlockViewGUI | |
| ilPDSelectedItemsBlockViewSettings | $viewSettings |
| ilPDSelectedItemsBlockProvider | $provider |
| ilLanguage | $lng |
| ilTree | $tree |
| ilObjectDataCache | $object_cache |
| ilRbacSystem | $accessHandler |
| bool | $isInManageMode = false |
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 class.ilPDSelectedItemsBlockMembershipsViewGUI.php.
| ilPDSelectedItemsBlockMembershipsViewGUI::getGroups | ( | ) |
Reimplemented from ilPDSelectedItemsBlockViewGUI.
Definition at line 21 of file class.ilPDSelectedItemsBlockMembershipsViewGUI.php.
References ilPDSelectedItemsBlockViewGUI\groupItemsByLocation(), ilPDSelectedItemsBlockViewGUI\groupItemsByStartDate(), ilPDSelectedItemsBlockViewGUI\groupItemsByType(), and ilPDSelectedItemsBlockViewGUI\sortItemsByAlphabetInOneGroup().
Here is the call graph for this function:| ilPDSelectedItemsBlockMembershipsViewGUI::getIntroductionHtml | ( | ) |
Reimplemented from ilPDSelectedItemsBlockViewGUI.
Definition at line 54 of file class.ilPDSelectedItemsBlockMembershipsViewGUI.php.
References $tpl, ilObject\_getIcon(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPDSelectedItemsBlockMembershipsViewGUI::getScreenId | ( | ) |
Reimplemented from ilPDSelectedItemsBlockViewGUI.
Definition at line 34 of file class.ilPDSelectedItemsBlockMembershipsViewGUI.php.
| ilPDSelectedItemsBlockMembershipsViewGUI::getTitle | ( | ) |
Reimplemented from ilPDSelectedItemsBlockViewGUI.
Definition at line 39 of file class.ilPDSelectedItemsBlockMembershipsViewGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilPDSelectedItemsBlockMembershipsViewGUI::mayRemoveItem | ( | $refId | ) |
Definition at line 49 of file class.ilPDSelectedItemsBlockMembershipsViewGUI.php.
References $refId.
| ilPDSelectedItemsBlockMembershipsViewGUI::supportsSelectAll | ( | ) |
Reimplemented from ilPDSelectedItemsBlockViewGUI.
Definition at line 44 of file class.ilPDSelectedItemsBlockMembershipsViewGUI.php.