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
9interface Custom extends Icon
10{
11
17 public function getIconPath();
18}
An exception for terminatinating execution or to throw for unit testing.
This describes the behavior of an custom icon.
Definition: Custom.php:10
getIconPath()
Return the path to the icon's image.
This describes how a icon could be modified during construction of UI.
Definition: Icon.php:10