'Sakit', self::CUTI => 'Cuti', self::IZIN => 'Izin', ]; public static function label(int $id): string { return self::LABELS[$id] ?? 'Unknown'; } }