コード例 #1
0
ファイル: Command.php プロジェクト: mwagdi/gbif-portal
 /**
  * Request the result to be returned in a layout different than
  * the one being queried against.
  *
  * @param string $layout The layout to return results using.
  */
 function setResultLayout($layout)
 {
     $this->_impl->setResultLayout($layout);
 }