type = $type; $this->code = $code; $this->items = new FacetItemCollection(); } public function getLabel(): ?string { return $this->label; } public function getType(): FacetType { return $this->type; } public function getCode(): string { return $this->code; } public function getPosition(): int { return $this->position; } }