ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Factory.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Input
;
6
10
interface
Factory
11
{
12
101
public
function
field
();
102
103
124
public
function
container
();
125
151
public
function
viewControl
() :
ViewControl\Factory
;
152
}
ILIAS\UI\Component\Input\Factory
This is how a factory for inputs looks like.
Definition:
Factory.php:10
ILIAS\UI\Component\Input\Factory\viewControl
viewControl()
description: purpose: > A View Control is used to change the visualization of data.
ILIAS\UI\Component\Input\Factory\container
container()
description: purpose: > An input container defines which means are used to submit the data to the sy...
ILIAS\UI\Component\Input\Factory\field
field()
description: purpose: > Inputs fields are different from other UI components.
ILIAS\UI\Component\Input
ILIAS\UI\Component\Input\ViewControl\Factory
This describes the factory for (view-)controls.
Definition:
Factory.php:10
src
UI
Component
Input
Factory.php
Generated on Mon Apr 14 2025 21:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)