*/ public static function all(): array { $reflection = new \ReflectionClass(self::class); return array_values($reflection->getConstants()); } }