예제 #1
0
파일: Manager.php 프로젝트: nhp/shopware-4
 /**
  * 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;
 }