コード例 #1
0
ファイル: Command.php プロジェクト: mwagdi/gbif-portal
 /**
  * Set a script to be run after the result set is generated and sorted.
  *
  * @param string $scriptName The name of the script to run.
  * @param string $scriptParameters Any parameters to pass to the script.
  */
 function setScript($scriptName, $scriptParameters = null)
 {
     $this->_impl->setScript($scriptName, $scriptParameters);
 }