ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilDclTextInputGUI.php
Go to the documentation of this file.
1 <?php
2 
3 require_once('./Services/Form/classes/class.ilTextInputGUI.php');
4 
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 }
Class ilDclTextInputGUI.
This class represents a text property in a property form.