id; } public function getField(): ExtraField { return $this->field; } public function setField(ExtraField $field): self { $this->field = $field; return $this; } /** * @return array */ public function getValue() { return $this->value; } public function setValue(array $value): self { $this->value = $value; return $this; } }