|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilPDSelectedItemsBlockGroup. More...
Collaboration diagram for ilPDSelectedItemsBlockGroup:Public Member Functions | |
| getLabel () | |
| hasIcon () | |
| getIconPath () | |
| @string More... | |
| setItems (array $items) | |
| pushItem (array $item) | |
| setHasIcon ($has_icon) | |
| setIconPath ($icon_path) | |
| setLabel ($label) | |
| getItems () | |
Protected Attributes | |
| $has_icon = false | |
| $icon_path = '' | |
| $label = '' | |
| $items = array() | |
Class ilPDSelectedItemsBlockGroup.
Definition at line 7 of file class.ilPDSelectedItemsBlockGroup.php.
| ilPDSelectedItemsBlockGroup::getIconPath | ( | ) |
@string
Definition at line 48 of file class.ilPDSelectedItemsBlockGroup.php.
References $icon_path.
Referenced by ilPDSelectedItemsBlockGUI\addSectionHeader().
Here is the caller graph for this function:| ilPDSelectedItemsBlockGroup::getItems | ( | ) |
Definition at line 96 of file class.ilPDSelectedItemsBlockGroup.php.
References $items.
Referenced by ilPDSelectedItemsBlockViewGUI\groupItemsByStartDate().
Here is the caller graph for this function:| ilPDSelectedItemsBlockGroup::getLabel | ( | ) |
Definition at line 32 of file class.ilPDSelectedItemsBlockGroup.php.
References $label.
Referenced by ilPDSelectedItemsBlockGUI\addSectionHeader().
Here is the caller graph for this function:| ilPDSelectedItemsBlockGroup::hasIcon | ( | ) |
Definition at line 40 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by ilPDSelectedItemsBlockGUI\addSectionHeader().
Here is the caller graph for this function:| ilPDSelectedItemsBlockGroup::pushItem | ( | array | $item | ) |
| array | $item |
Definition at line 64 of file class.ilPDSelectedItemsBlockGroup.php.
| ilPDSelectedItemsBlockGroup::setHasIcon | ( | $has_icon | ) |
| bool | $has_icon |
Definition at line 72 of file class.ilPDSelectedItemsBlockGroup.php.
References $has_icon.
| ilPDSelectedItemsBlockGroup::setIconPath | ( | $icon_path | ) |
| string | $icon_path |
Definition at line 80 of file class.ilPDSelectedItemsBlockGroup.php.
References $icon_path.
| ilPDSelectedItemsBlockGroup::setItems | ( | array | $items | ) |
| array[] | $items |
Definition at line 56 of file class.ilPDSelectedItemsBlockGroup.php.
References $items.
| ilPDSelectedItemsBlockGroup::setLabel | ( | $label | ) |
| string | $label |
Definition at line 88 of file class.ilPDSelectedItemsBlockGroup.php.
References $label.
|
protected |
Definition at line 12 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by setHasIcon().
|
protected |
Definition at line 17 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getIconPath(), and setIconPath().
|
protected |
Definition at line 27 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getItems(), and setItems().
|
protected |
Definition at line 22 of file class.ilPDSelectedItemsBlockGroup.php.
Referenced by getLabel(), and setLabel().