default; } public function getTitle(): ?string { return $this->title; } public function getType(): ?BlocekTypes { return $this->type; } public function getOptions(): ?array { return $this->options; } }