Exakat\Analyzer\Analyzer::getThemes PHP Method

getThemes() public method

public getThemes ( )
    public function getThemes()
    {
        $analyzer = self::getName($this->analyzerQuoted);
        return Analyzer::$docs->getThemeForAnalyzer($analyzer);
    }
Analyzer