ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
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
k
l
m
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
class.ilDclCheckboxInputGUI.php
Go to the documentation of this file.
1
<?php
2
3
require_once(
'./Services/Form/classes/class.ilCheckboxInputGUI.php'
);
4
10
class
ilDclCheckboxInputGUI
extends
ilCheckboxInputGUI
11
{
12
13
public
function
checkInput
()
14
{
15
if
($this->
getRequired
() && !isset(
$_POST
[$this->
getPostVar
()])) {
16
global
$lng
;
17
$this->
setAlert
($lng->txt(
"msg_input_is_required"
));
18
return
false
;
19
}
20
21
return
parent::checkInput();
22
}
23
24
}
$_POST
$_POST['username']
Definition:
cron.php:12
ilFormPropertyGUI\getPostVar
getPostVar()
Get Post Variable.
Definition:
class.ilFormPropertyGUI.php:108
ilCheckboxInputGUI
This class represents a checkbox property in a property form.
Definition:
class.ilCheckboxInputGUI.php:33
ilFormPropertyGUI\setAlert
setAlert($a_alert)
Set Alert Text.
Definition:
class.ilFormPropertyGUI.php:151
ilDclCheckboxInputGUI\checkInput
checkInput()
Definition:
class.ilDclCheckboxInputGUI.php:13
$lng
global $lng
Definition:
privfeed.php:40
ilDclCheckboxInputGUI
Class ilDclCheckboxInputGUI.
Definition:
class.ilDclCheckboxInputGUI.php:10
ilFormPropertyGUI\getRequired
getRequired()
Get Required.
Definition:
class.ilFormPropertyGUI.php:181
Modules
DataCollection
classes
class.ilDclCheckboxInputGUI.php
Generated on Mon Mar 31 2025 19:00:35 for ILIAS by
1.8.13 (using
Doxyfile
)