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