ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
getIcon()
Get the icon of the item.
getTitle()
Get the title of the item.
getId()
Return an ID of the item.
getDescription()
Get the description of a title.