ILIAS  release_7 Revision v7.30-3-g800a261c036
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 an icon could be modified during construction of UI.
Definition: Icon.php:10