19declare(strict_types=1);
71 return "il_dcl_field_prop";
153 $deserialize = json_decode(
$value,
true);
154 if (is_array($deserialize)) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
serializeData($value)
Serialize data before storing to db.
static returnDbTableName()
@description Return the Name of your Database Table
deserializeData(string $value)
Deserialize data before applying to field.
__construct(?int $primary_key=0)
ilDclFieldProperty constructor.
setFieldId(int $field_id)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc