ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
class.ilDclCheckboxInputGUI.php
Go to the documentation of this file.
1
<?php
2
3
9
class
ilDclCheckboxInputGUI
extends
ilCheckboxInputGUI
10
{
11
public
function
checkInput
()
12
{
13
if
($this->
getRequired
() && !isset(
$_POST
[$this->
getPostVar
()])) {
14
global
$DIC
;
15
$lng
= $DIC[
'lng'
];
16
$this->
setAlert
(
$lng
->txt(
"msg_input_is_required"
));
17
return
false
;
18
}
19
20
return
parent::checkInput();
21
}
22
}
$DIC
global $DIC
Definition:
saml.php:7
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:11
ilDclCheckboxInputGUI
Class ilDclCheckboxInputGUI.
Definition:
class.ilDclCheckboxInputGUI.php:9
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 Sat Jan 18 2025 19:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)