コード例 #1
0
ファイル: CronForm.php プロジェクト: dsyman2/X2CRM
 /**
  * Override that skips anything and everything if it's not possible to
  * control the cron table
  * @param type $name
  * @param type $parameters
  */
 public function __call($name, $parameters)
 {
     if ($this->execute) {
         parent::__call($name, $parameters);
     }
 }