identifier; } public function getTitle(): string { return $this->title; } public function getFields(): FieldCollection { return $this->fields; } public static function __set_state(array $state): self { return new self(...$state); } }