ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
hasIcon.php
Go to the documentation of this file.
2 
4 
12 interface hasIcon
13 {
14 
20  public function withIconPath(Icon $icon) : hasIcon;
21 
22 
26  public function getIconPath() : Icon;
27 }
This describes how a icon could be modified during construction of UI.
Definition: Icon.php:9