ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
class.ilDclTextInputGUI.php
Go to the documentation of this file.
1
<?php
2
3
require_once(
'./Services/Form/classes/class.ilTextInputGUI.php'
);
4
10
class
ilDclTextInputGUI
extends
ilTextInputGUI
11
{
12
13
function
setValueByArray
($a_values)
14
{
15
parent::setValueByArray($a_values);
16
foreach
($this->
getSubItems
() as $item) {
17
$item->setValueByArray($a_values);
18
}
19
20
}
21
22
}
ilDclTextInputGUI\setValueByArray
setValueByArray($a_values)
Definition:
class.ilDclTextInputGUI.php:13
ilDclTextInputGUI
Class ilDclTextInputGUI.
Definition:
class.ilDclTextInputGUI.php:10
ilTextInputGUI
This class represents a text property in a property form.
Definition:
class.ilTextInputGUI.php:16
ilSubEnabledFormPropertyGUI\getSubItems
getSubItems()
Get Subitems.
Definition:
class.ilSubEnabledFormPropertyGUI.php:52
Modules
DataCollection
classes
class.ilDclTextInputGUI.php
Generated on Wed Aug 27 2025 19:00:41 for ILIAS by
1.8.13 (using
Doxyfile
)