ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
InterruptiveItem.php
Go to the documentation of this file.
1<?php
2
4
6
13{
14
20 public function getId();
21
22
28 public function getTitle();
29
30
36 public function getDescription();
37
38
44 public function getIcon();
45}
An exception for terminatinating execution or to throw for unit testing.
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.