ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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...