ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
4
namespace
ILIAS\UI\Component\Icon
;
5
9
interface
Custom
extends
Icon
10
{
11
17
public
function
getIconPath
();
18
}
ILIAS\UI\Component\Icon
Definition:
Custom.php:4
ILIAS\UI\Component\Icon\Icon
This describes how a icon could be modified during construction of UI.
Definition:
Icon.php:9
ILIAS\UI\Component\Icon\Custom\getIconPath
getIconPath()
Return the path to the icon's image.
php
ILIAS\UI\Component\Icon\Custom
This describes the behavior of an custom icon.
Definition:
Custom.php:9
src
UI
Component
Icon
Custom.php
Generated on Thu Jan 30 2025 19:01:16 for ILIAS by
1.8.13 (using
Doxyfile
)