public static function getKnownValues(string $variableName) : ?array { return ClassConstantAccessor::getValue(KnownValues::class, $variableName); }