Example #1
0
 /**
  * Deactivate a given Cron Job
  *
  * @throws Enlight_Exception
  * @param \Enlight_Components_Cron_Job $job
  * @return Enlight_Components_Cron_Manager
  */
 public function deleteJob(Enlight_Components_Cron_Job $job)
 {
     $this->adapter->deleteJob($job);
     return $this;
 }