getSupportedQueryLanguages() public method

{@inheritDoc}
コード例 #1
0
ファイル: LoggingClient.php プロジェクト: nikophil/cmf-tests
 /**
  * {@inheritDoc}
  */
 public function getSupportedQueryLanguages()
 {
     return $this->transport->getSupportedQueryLanguages();
 }