Exemple #1
0
 public function __wakeup()
 {
     parent::__wakeup();
 }
 public function __wakeup()
 {
     parent::__wakeup();
     $this->getModel();
     //caches model information from job id
 }