ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.