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
InputInternal.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\Implementation\Component\Input\Field
;
6
7
use
ILIAS\UI\Implementation\Component\Input\InputData
;
8
use
ILIAS\UI\Component\Input\Field\Input
;
9
use
ILIAS\UI\Implementation\Component\Input\NameSource
;
10
use
ILIAS\Data\Result
;
11
16
interface
InputInternal
extends
Input
17
{
23
public
function
getName
();
24
25
33
public
function
withInput
(
InputData
$input);
34
35
41
public
function
getContent
();
42
}
InputData
ILIAS\Data\Result
Definition:
Error.php:4
ILIAS\UI\Implementation\Component\Input\Field\InputInternal
Describes the interface of inputs that is used for internal processing of data from the client...
Definition:
InputInternal.php:16
ILIAS\UI\Implementation\Component\Input\InputData
Describes how Input-Elements want to interact with posted data.
Definition:
InputData.php:12
ILIAS\UI\Implementation\Component\Input\Field\InputInternal\getName
getName()
The name of the input as used in HTML.
ILIAS\UI\Implementation\Component\Input\Field
Definition:
Checkbox.php:6
ILIAS\UI\Implementation\Component\Input\Field\InputInternal\withInput
withInput(InputData $input)
Get an input like this with input from post data.
NameSource
Input
ILIAS\UI\Implementation\Component\Input\Field\InputInternal\getContent
getContent()
Get the current content of the input.
src
UI
Implementation
Component
Input
Field
InputInternal.php
Generated on Thu Apr 10 2025 21:01:54 for ILIAS by
1.8.13 (using
Doxyfile
)