ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2015 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI
;
6
15
interface
Factory
{
42
public
function
counter
();
93
public
function
glyph
();
164
public
function
button
();
165
198
public
function
card
(
$title
, \
ILIAS
\UI\Component\Image\Image $image =
null
);
199
225
public
function
deck
(array $cards);
226
243
public
function
listing
();
244
262
public
function
image
();
263
283
public
function
legacy
($content);
284
301
public
function
panel
();
302
}
$title
$title
Definition:
33chartcreate-area.php:105
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:15
ILIAS\UI\Factory\panel
panel()
ILIAS\UI\Factory\glyph
glyph()
ILIAS\UI\Factory\button
button()
ILIAS\UI\Factory\card
card($title, \ILIAS\UI\Component\Image\Image $image=null)
ILIAS\UI\Factory\image
image()
ILIAS\UI\Factory\legacy
legacy($content)
ILIAS\UI\Factory\deck
deck(array $cards)
ILIAS\UI\Factory\listing
listing()
ILIAS\UI\Factory\counter
counter()
ILIAS\UI
ILIAS
Interface Card \UI\Component\Card.
src
UI
Factory.php
Generated on Fri Oct 3 2025 19:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)