ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?
php
declare(strict_types=1);
2
3
namespace
ILIAS\UI\Component\Symbol
;
4
10
interface
Factory
11
{
53
public
function
icon
() : Icon\
Factory
;
54
103
public
function
glyph
() : Glyph\
Factory
;
104
105
158
public
function
avatar
() : Avatar\
Factory
;
159
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Symbol\Factory
Definition:
Factory.php:11
ILIAS\UI\Component\Symbol\Factory\glyph
glyph()
ILIAS\UI\Component\Symbol\Factory\icon
icon()
ILIAS\UI\Component\Symbol\Factory\avatar
avatar()
ILIAS\UI\Component\Symbol
src
UI
Component
Symbol
Factory.php
Generated on Sat Oct 4 2025 21:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)