コード例 #1
0
 /**
  * Remove this job from the queue
  */
 public function remove()
 {
     if (isset($this->job_number)) {
         Wrapper::removeJob((int) $this->job_number);
     }
 }