ILIAS  release_8 Revision v8.24
InterruptiveItem.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
24
31{
35 public function getId(): string;
36
40 public function getTitle(): string;
41
45 public function getDescription(): string;
46
50 public function getIcon(): ?Image;
51}
getTitle()
Get the title of the item.
getDescription()
Get the description of a title.
getId()
Return an ID of the item.
getIcon()
Get the icon of the item.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21