origName = $data['value'] ?? null; if (empty($this->origName)) throw new \InvalidArgumentException(sprintf("Value must me non-empty for %s", static::class)); } public function getFieldName(): string { return $this->origName; } }