ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
FactoryInternal.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation
;
22
23
use
ILIAS\UI\Implementation\Component
as
I
;
24
25
interface
FactoryInternal
extends
\ILIAS\UI\Factory
26
{
27
public
function
counter
():
I
\Counter\
Factory
;
28
29
public
function
button
():
I
\
Button
\
Factory
;
30
31
public
function
card
():
I
\
Card
\
Factory
;
32
33
public
function
deck
(array $cards):
I
\
Deck
\
Deck
;
34
35
public
function
listing
():
I
\Listing\
Factory
;
36
37
public
function
image
():
I
\Image\
Factory
;
38
39
public
function
player
():
I
\Player\
Factory
;
40
41
public
function
legacy
():
I
\Legacy\
Factory
;
42
43
public
function
panel
():
I
\Panel\
Factory
;
44
45
public
function
modal
():
I
\Modal\
Factory
;
46
47
public
function
progress
():
I
\Progress\
Factory
;
48
49
public
function
dropzone
():
I
\Dropzone\
Factory
;
50
51
public
function
popover
():
I
\Popover\
Factory
;
52
53
public
function
divider
():
I
\Divider\
Factory
;
54
55
public
function
link
():
I
\
Link
\
Factory
;
56
57
public
function
dropdown
():
I
\Dropdown\
Factory
;
58
59
public
function
item
():
I
\Item\
Factory
;
60
61
public
function
viewControl
():
I
\ViewControl\
Factory
;
62
63
public
function
breadcrumbs
(array $crumbs):
I
\
Breadcrumbs
\
Breadcrumbs
;
64
65
public
function
chart
():
I
\
Chart
\
Factory
;
66
67
public
function
input
():
I
\Input\
Factory
;
68
69
public
function
table
():
I
\
Table
\
Factory
;
70
71
public
function
messageBox
():
I
\MessageBox\
Factory
;
72
73
public
function
layout
():
I
\Layout\
Factory
;
74
75
public
function
mainControls
():
I
\MainControls\
Factory
;
76
77
public
function
tree
():
I
\
Tree
\
Factory
;
78
79
public
function
menu
():
I
\Menu\
Factory
;
80
81
public
function
symbol
():
I
\
Symbol
\
Factory
;
82
83
public
function
toast
():
I
\Toast\
Factory
;
84
85
public
function
launcher
():
I
\Launcher\
Factory
;
86
87
public
function
entity
():
I
\Entity\
Factory
;
88
89
public
function
prompt
():
I
\Prompt\
Factory
;
90
91
public
function
navigation
():
I
\Navigation\
Factory
;
92
}
ILIAS\Chart
Definition:
Chart.php:24
ILIAS\Data\Color\Factory
Builds a Color from either hex- or rgb values.
Definition:
Factory.php:31
ILIAS\Data\Link
A Link is the often used combination of a label and an URL.
Definition:
Link.php:29
ILIAS\Table
Definition:
Table.php:26
ILIAS\Tree
Definition:
Tree.php:24
ILIAS\UI\Implementation\Factory
Definition:
Factory.php:28
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs
Definition:
Breadcrumbs.php:31
ILIAS\UI\Component\Card\Card
Definition:
Card.php:35
ILIAS\UI\Component\Deck\Deck
Definition:
Deck.php:26
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:30
ILIAS\UI\Implementation\FactoryInternal
Definition:
FactoryInternal.php:26
ILIAS\UI\Implementation\FactoryInternal\input
input()
ILIAS\UI\Implementation\FactoryInternal\card
card()
ILIAS\UI\Implementation\FactoryInternal\deck
deck(array $cards)
ILIAS\UI\Implementation\FactoryInternal\modal
modal()
ILIAS\UI\Implementation\FactoryInternal\tree
tree()
ILIAS\UI\Implementation\FactoryInternal\launcher
launcher()
ILIAS\UI\Implementation\FactoryInternal\symbol
symbol()
ILIAS\UI\Implementation\FactoryInternal\listing
listing()
ILIAS\UI\Implementation\FactoryInternal\link
link()
ILIAS\UI\Implementation\FactoryInternal\mainControls
mainControls()
ILIAS\UI\Implementation\FactoryInternal\navigation
navigation()
ILIAS\UI\Implementation\FactoryInternal\progress
progress()
ILIAS\UI\Implementation\FactoryInternal\player
player()
ILIAS\UI\Implementation\FactoryInternal\dropdown
dropdown()
ILIAS\UI\Implementation\FactoryInternal\dropzone
dropzone()
ILIAS\UI\Implementation\FactoryInternal\image
image()
ILIAS\UI\Implementation\FactoryInternal\prompt
prompt()
ILIAS\UI\Implementation\FactoryInternal\legacy
legacy()
ILIAS\UI\Implementation\FactoryInternal\menu
menu()
ILIAS\UI\Implementation\FactoryInternal\panel
panel()
ILIAS\UI\Implementation\FactoryInternal\divider
divider()
ILIAS\UI\Implementation\FactoryInternal\item
item()
ILIAS\UI\Implementation\FactoryInternal\chart
chart()
ILIAS\UI\Implementation\FactoryInternal\entity
entity()
ILIAS\UI\Implementation\FactoryInternal\button
button()
ILIAS\UI\Implementation\FactoryInternal\table
table()
ILIAS\UI\Implementation\FactoryInternal\popover
popover()
ILIAS\UI\Implementation\FactoryInternal\breadcrumbs
breadcrumbs(array $crumbs)
ILIAS\UI\Implementation\FactoryInternal\counter
counter()
ILIAS\UI\Implementation\FactoryInternal\layout
layout()
ILIAS\UI\Implementation\FactoryInternal\toast
toast()
ILIAS\UI\Implementation\FactoryInternal\viewControl
viewControl()
ILIAS\UI\Implementation\FactoryInternal\messageBox
messageBox()
ILIAS\UI\Component\Button
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Bulky.php:21
ILIAS\UI\Component\Table
ILIAS\UI\Implementation\Component
ILIAS\UI\Implementation
components
ILIAS
UI
src
Implementation
FactoryInternal.php
Generated on Sat Oct 18 2025 23:04:41 for ILIAS by
1.9.4 (using
Doxyfile
)