Jose\Factory\CompressionManagerFactory::isAlgorithmSupported PHP Méthode

isAlgorithmSupported() private static méthode

private static isAlgorithmSupported ( string $method ) : boolean
$method string
Résultat boolean
    private static function isAlgorithmSupported($method)
    {
        return array_key_exists($method, self::getSupportedMethods());
    }