Jackalope\Query\QueryManager::getSupportedQueryLanguages PHP 메소드

getSupportedQueryLanguages() 공개 메소드

{@inheritDoc}
    public function getSupportedQueryLanguages()
    {
        // Workspace checks if transport implements QueryInterface
        return $this->objectManager->getTransport()->getSupportedQueryLanguages();
    }