ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Custom.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2017 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
3 
5 
9 interface Custom extends Icon
10 {
11 
17  public function getIconPath();
18 }
This describes how a icon could be modified during construction of UI.
Definition: Icon.php:9
getIconPath()
Return the path to the icon&#39;s image.
This describes the behavior of an custom icon.
Definition: Custom.php:9