'Ditampilkan', self::HIDDEN => 'Disembunyikan', }; } public function color(): string { return match ($this) { self::SHOW => 'emerald', self::HIDDEN => 'red', }; } }