public function getSupportedQueryLanguages() { return array(QueryInterface::JCR_SQL2, QueryInterface::JCR_JQOM, QueryInterface::SQL); }
/** * {@inheritDoc} */ public function getSupportedQueryLanguages() { return $this->transport->getSupportedQueryLanguages(); }