예제 #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);
     }
 }