Exakat\Analyzer\Analyzer::getAnalyzers PHP Method

getAnalyzers() public static method

public static getAnalyzers ( $theme )
    public static function getAnalyzers($theme)
    {
        return Analyzer::$analyzers[$theme];
    }
Analyzer