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...
Public Member Functions | |
getLabel () | |
hasIcon () | |
getIconPath () | |
setItems (array $items) | |
pushItem (array $item) | |
setHasIcon (bool $has_icon) | |
setIconPath (string $icon_path) | |
setLabel (string $label) | |
getItems () | |
Protected Attributes | |
bool | $has_icon = false |
string | $icon_path = '' |
string | $label = '' |
array | $items = array() |
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.ilPDSelectedItemsBlockGroup.php.
ilPDSelectedItemsBlockGroup::getIconPath | ( | ) |
Definition at line 36 of file class.ilPDSelectedItemsBlockGroup.php.
References $icon_path.
ilPDSelectedItemsBlockGroup::getItems | ( | ) |
Definition at line 72 of file class.ilPDSelectedItemsBlockGroup.php.
References $items.
Referenced by ilPDSelectedItemsBlockViewGUI\groupItemsByStartDate().
ilPDSelectedItemsBlockGroup::getLabel | ( | ) |
ilPDSelectedItemsBlockGroup::hasIcon | ( | ) |
Definition at line 31 of file class.ilPDSelectedItemsBlockGroup.php.
ilPDSelectedItemsBlockGroup::pushItem | ( | array | $item | ) |
array | $item |
Definition at line 52 of file class.ilPDSelectedItemsBlockGroup.php.
ilPDSelectedItemsBlockGroup::setHasIcon | ( | bool | $has_icon | ) |
Definition at line 57 of file class.ilPDSelectedItemsBlockGroup.php.
References $has_icon.
ilPDSelectedItemsBlockGroup::setIconPath | ( | string | $icon_path | ) |
Definition at line 62 of file class.ilPDSelectedItemsBlockGroup.php.
References $icon_path.
ilPDSelectedItemsBlockGroup::setItems | ( | array | $items | ) |
array[] | $items |
Definition at line 44 of file class.ilPDSelectedItemsBlockGroup.php.
References $items.
ilPDSelectedItemsBlockGroup::setLabel | ( | string | $label | ) |
|
protected |
Definition at line 21 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by setHasIcon().
|
protected |
Definition at line 22 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getIconPath(), and setIconPath().
|
protected |
Definition at line 24 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getItems(), and setItems().
|
protected |
Definition at line 23 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getLabel(), and setLabel().