Definition at line 26 of file AddNewItemElement.php.
◆ __construct()
ILIAS\ILIASObject\Creation\AddNewItemElement::__construct |
( |
private readonly AddNewItemElementTypes |
$type, |
|
|
private readonly string |
$label, |
|
|
private readonly ?Icon |
$icon = null , |
|
|
private readonly ?URI |
$creation_uri = null , |
|
|
private readonly array |
$sub_elements = [] |
|
) |
| |
◆ getCreationUri()
ILIAS\ILIASObject\Creation\AddNewItemElement::getCreationUri |
( |
| ) |
|
◆ getIcon()
ILIAS\ILIASObject\Creation\AddNewItemElement::getIcon |
( |
| ) |
|
◆ getLabel()
ILIAS\ILIASObject\Creation\AddNewItemElement::getLabel |
( |
| ) |
|
◆ getSubElements()
ILIAS\ILIASObject\Creation\AddNewItemElement::getSubElements |
( |
| ) |
|
- Returns
- array<AddNewItemElement>
Definition at line 63 of file AddNewItemElement.php.
65 return $this->sub_elements;
◆ getType()
ILIAS\ILIASObject\Creation\AddNewItemElement::getType |
( |
| ) |
|
The documentation for this class was generated from the following file: