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