ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
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 = [] |
Definition at line 21 of file class.ilPDSelectedItemsBlockGroup.php.
ilPDSelectedItemsBlockGroup::getIconPath | ( | ) |
Definition at line 38 of file class.ilPDSelectedItemsBlockGroup.php.
References $icon_path.
ilPDSelectedItemsBlockGroup::getItems | ( | ) |
ilPDSelectedItemsBlockGroup::getLabel | ( | ) |
ilPDSelectedItemsBlockGroup::hasIcon | ( | ) |
Definition at line 33 of file class.ilPDSelectedItemsBlockGroup.php.
ilPDSelectedItemsBlockGroup::pushItem | ( | array | $item | ) |
Definition at line 51 of file class.ilPDSelectedItemsBlockGroup.php.
ilPDSelectedItemsBlockGroup::setHasIcon | ( | bool | $has_icon | ) |
Definition at line 56 of file class.ilPDSelectedItemsBlockGroup.php.
References $has_icon.
ilPDSelectedItemsBlockGroup::setIconPath | ( | string | $icon_path | ) |
Definition at line 61 of file class.ilPDSelectedItemsBlockGroup.php.
References $icon_path.
ilPDSelectedItemsBlockGroup::setItems | ( | array | $items | ) |
array[] | $items |
Definition at line 46 of file class.ilPDSelectedItemsBlockGroup.php.
References $items.
ilPDSelectedItemsBlockGroup::setLabel | ( | string | $label | ) |
|
protected |
Definition at line 23 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by setHasIcon().
|
protected |
Definition at line 24 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getIconPath(), and setIconPath().
|
protected |
Definition at line 26 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getItems(), and setItems().
|
protected |
Definition at line 25 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getLabel(), and setLabel().