ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
hasIcon.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Factory
;
2
3
use
ILIAS\UI\Component\Icon\Icon
;
4
12
interface
hasIcon
13
{
14
20
public
function
withIconPath
(
Icon
$icon) :
hasIcon
;
21
22
26
public
function
getIconPath
() :
Icon
;
27
}
Icon
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasIcon\withIconPath
withIconPath(Icon $icon)
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasIcon\getIconPath
getIconPath()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasIcon
Interface hasIcon.
Definition:
hasIcon.php:12
ILIAS\UI\Component\Icon\Icon
This describes how a icon could be modified during construction of UI.
Definition:
Icon.php:9
php
ILIAS\GlobalScreen\Scope\MainMenu\Factory
Definition:
AbstractBaseItem.php:1
src
GlobalScreen
Scope
MainMenu
Factory
hasIcon.php
Generated on Thu Jan 30 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)