19 declare(strict_types=1);
71 return "il_dcl_field_prop";
79 public function setId(
int $id): void
99 public function setName(
string $name): void
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.
deserializeData(string $value)
Deserialize data before applying to field.
__construct(Container $dic, ilPlugin $plugin)
__construct(?int $primary_key=0)
ilDclFieldProperty constructor.
setFieldId(int $field_id)
static returnDbTableName()
Return the Name of your Database Table