19 declare(strict_types=1);
32 protected int $record_id,
33 protected string $import_id,
34 protected string $title,
35 protected string $description,
36 protected int $position,
37 protected bool $searchable,
38 protected bool $required,
39 protected array $field_values,
57 return !is_null($this->
id());
68 return $this->record_id;
73 if ($id === $this->record_id) {
76 $this->record_id =
$id;
82 return $this->import_id;
87 if ($id === $this->import_id) {
90 $this->import_id =
$id;
101 if ($title === $this->title) {
104 $this->title = $title;
110 return $this->description;
115 if ($description === $this->description) {
118 $this->description = $description;
124 return $this->position;
129 if ($position === $this->position) {
132 $this->position = $position;
138 return $this->searchable;
143 if ($searchable === $this->searchable) {
146 $this->searchable = $searchable;
152 return $this->required;
157 if ($required === $this->required) {
160 $this->required = $required;
166 return $this->field_values;
171 if ($values === $this->field_values) {
174 $this->field_values = $values;
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null