3 declare(strict_types=1);
40 public function __construct(
string $id,
string $title,
Image $icon = null,
string $description =
'')
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getId()
Return an ID of the item.
__construct(string $id, string $title, Image $icon=null, string $description='')
getDescription()
Get the description of a title.
getIcon()
Get the icon of the item.
getTitle()
Get the title of the item.
Interface InterruptiveItem.