value; } // public function getColor(): string|array|null // { // return match ($this) { // }; // } public function getIcon(): ?string { return match ($this) { self::new_art => 'heroicon-o-paint-brush', self::repeat => 'heroicon-o-clipboard-document', self::rush => 'heroicon-o-clock', self::event => 'heroicon-o-users', self::digitizing => 'heroicon-o-computer-desktop', self::garments => 'heroicon-o-shopping-bag', self::supplied_file => 'heroicon-o-arrow-down-tray', }; } }