Esempio n. 1
0
 public function clearJob($jobId = null)
 {
     unset($this->currentJobs[$jobId]);
     $this->dataSource->clear($jobId);
 }