Ejemplo n.º 1
0
 public function __wakeup()
 {
     parent::__wakeup();
 }
Ejemplo n.º 2
0
 public function __wakeup()
 {
     parent::__wakeup();
     $this->getModel();
     //caches model information from job id
 }