'Uang Lembur', self::TAMBAHAN_POIN => 'Tambahan Poin', ]; public static function label(int $id): string { return self::LABELS[$id] ?? 'Unknown'; } }