ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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\Symbol\Icon
;
5
9
interface
Custom
extends
Icon
10
{
11
17
public
function
getIconPath
();
18
}
ILIAS\UI\Component\Symbol\Icon\Custom\getIconPath
getIconPath()
Return the path to the icon's image.
ILIAS\UI\Component\Symbol\Icon\Icon
This describes how an icon could be modified during construction of UI.
Definition:
Icon.php:9
ILIAS\UI\Component\Symbol\Icon\Custom
This describes the behavior of an custom icon.
Definition:
Custom.php:9
ILIAS\UI\Component\Symbol\Icon
Definition:
Custom.php:4
src
UI
Component
Symbol
Icon
Custom.php
Generated on Mon Sep 1 2025 21:01:47 for ILIAS by
1.8.13 (using
Doxyfile
)