ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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 Oct 18 2025 23:02:27 for ILIAS by
1.9.4 (using
Doxyfile
)