|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Collaboration diagram for ilPDSelectedItemsBlockGroup: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.
|
final |
Definition at line 38 of file class.ilPDSelectedItemsBlockGroup.php.
References $icon_path.
|
final |
Definition at line 71 of file class.ilPDSelectedItemsBlockGroup.php.
References $items.
|
final |
Definition at line 28 of file class.ilPDSelectedItemsBlockGroup.php.
References $label.
|
final |
Definition at line 33 of file class.ilPDSelectedItemsBlockGroup.php.
|
final |
Definition at line 51 of file class.ilPDSelectedItemsBlockGroup.php.
|
final |
Definition at line 56 of file class.ilPDSelectedItemsBlockGroup.php.
References $has_icon.
|
final |
Definition at line 61 of file class.ilPDSelectedItemsBlockGroup.php.
References $icon_path.
|
final |
| array[] | $items |
Definition at line 46 of file class.ilPDSelectedItemsBlockGroup.php.
References $items.
|
final |
Definition at line 66 of file class.ilPDSelectedItemsBlockGroup.php.
References $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().