ILIAS  release_8 Revision v8.24
class.ilDclCopyRecordRepresentation.php
Go to the documentation of this file.
1<?php
2
20{
21 public function parseFormInput($value)
22 {
23 if ($this->getField()->getProperty(ilDclBaseFieldModel::PROP_N_REFERENCE)) {
24 $value = [$value];
25 }
26
27 return parent::parseFormInput($value);
28 }
29}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
parseFormInput($value)
function parses stored value to the variable needed to fill into the form for editing.