ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
Custom.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Symbol\Icon
;
22
26
interface
Custom
extends
Icon
27
{
31
public
function
getIconPath
(): string;
32
}
ILIAS\UI\Component\Symbol\Icon\Custom
This describes the behavior of an custom icon.
Definition:
Custom.php:27
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:29
ILIAS\UI\Component\Symbol\Icon
Definition:
Custom.php:21
components
ILIAS
UI
src
Component
Symbol
Icon
Custom.php
Generated on Sat Dec 13 2025 23:01:45 for ILIAS by
1.9.4 (using
Doxyfile
)