Example #1
0
 /**
  * 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);
     }
 }