Jackalope\Transport\Jackrabbit\Client::getSupportedQueryLanguages PHP Method

getSupportedQueryLanguages() public method

{@inheritDoc}
    public function getSupportedQueryLanguages()
    {
        return array(QueryInterface::JCR_SQL2, QueryInterface::JCR_JQOM, QueryInterface::XPATH, QueryInterface::SQL);
    }

Usage Example

 /**
  * {@inheritDoc}
  */
 public function getSupportedQueryLanguages()
 {
     return $this->transport->getSupportedQueryLanguages();
 }