示例#1
0
 function unload()
 {
     parent::unload();
     unset($this->data);
     if ($this->queueModel != NULL) {
         $this->queueModel->dispose();
     }
 }