ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Component\Symbol
;
22
28
interface
Factory
29
{
70
public
function
icon
(): Icon\
Factory
;
71
121
public
function
glyph
(): Glyph\
Factory
;
122
175
public
function
avatar
(): Avatar\
Factory
;
176
}
ILIAS\UI\Component\Symbol\Factory
Definition:
Factory.php:29
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
src
UI
Component
Symbol
Factory.php
Generated on Sun Nov 2 2025 22:01:56 for ILIAS by
1.9.4 (using
Doxyfile
)