ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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
class.ilDclCheckboxInputGUI.php
Go to the documentation of this file.
1
<?php
2
8
class
ilDclCheckboxInputGUI
extends
ilCheckboxInputGUI
9
{
10
public
function
checkInput
()
11
{
12
if
($this->
getRequired
() && !isset(
$_POST
[$this->
getPostVar
()])) {
13
global
$DIC
;
14
$lng
= $DIC[
'lng'
];
15
$this->
setAlert
(
$lng
->txt(
"msg_input_is_required"
));
16
17
return
false
;
18
}
19
20
return
parent::checkInput();
21
}
22
}
ilFormPropertyGUI\getPostVar
getPostVar()
Get Post Variable.
Definition:
class.ilFormPropertyGUI.php:122
ilCheckboxInputGUI
This class represents a checkbox property in a property form.
Definition:
class.ilCheckboxInputGUI.php:33
ilCheckboxInputGUI\$lng
$lng
Definition:
class.ilCheckboxInputGUI.php:38
ilFormPropertyGUI\setAlert
setAlert($a_alert)
Set Alert Text.
Definition:
class.ilFormPropertyGUI.php:165
ilDclCheckboxInputGUI\checkInput
checkInput()
Definition:
class.ilDclCheckboxInputGUI.php:10
$DIC
$DIC
Definition:
xapitoken.php:46
ilDclCheckboxInputGUI
Class ilDclCheckboxInputGUI.
Definition:
class.ilDclCheckboxInputGUI.php:8
ilFormPropertyGUI\getRequired
getRequired()
Get Required.
Definition:
class.ilFormPropertyGUI.php:195
$_POST
$_POST["username"]
Definition:
cfg.phpunit.template.php:11
Modules
DataCollection
classes
Helpers
class.ilDclCheckboxInputGUI.php
Generated on Wed Apr 2 2025 20:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)