예제 #1
0
파일: Job.php 프로젝트: mattvb91/cphalcon
 public function __wakeup()
 {
     parent::__wakeup();
 }
예제 #2
0
 public function __wakeup()
 {
     parent::__wakeup();
     $this->getModel();
     //caches model information from job id
 }