ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilDclCopyRecordRepresentation.php
Go to the documentation of this file.
1
<?php
2
19
class
ilDclCopyRecordRepresentation
extends
ilDclBaseRecordRepresentation
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
}
ilDclBaseRecordRepresentation\getField
getField()
Getter shortcut for field.
Definition:
class.ilDclBaseRecordRepresentation.php:128
ilDclCopyRecordRepresentation
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDclCopyRecordRepresentation.php:19
ilDclBaseFieldModel\PROP_N_REFERENCE
const PROP_N_REFERENCE
Definition:
class.ilDclBaseFieldModel.php:49
ilDclBaseRecordRepresentation
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilDclBaseRecordRepresentation.php:19
ilDclCopyRecordRepresentation\parseFormInput
parseFormInput($value)
Definition:
class.ilDclCopyRecordRepresentation.php:21
Modules
DataCollection
classes
Fields
Copy
class.ilDclCopyRecordRepresentation.php
Generated on Wed Sep 3 2025 22:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)