'0.0'])] private float $order = 0; public function getId(): int { return $this->id; } public function getLabel(): array { return $this->label; } public function setLabel(array $label): void { $this->label = $label; } public function isActive(): bool { return $this->active; } public function setActive(bool $active): void { $this->active = $active; } public function isGrammatical(): bool { return $this->isGrammatical; } public function setIsGrammatical(bool $isGrammatical): void { $this->isGrammatical = $isGrammatical; } public function getIcon(): string { return $this->icon; } public function setIcon(string $icon): void { $this->icon = $icon; } public function getOrder(): float { return $this->order; } public function setOrder(float $order): void { $this->order = $order; } }