Пример #1
0
 public function __wakeup()
 {
     $this->closure =& resource_service::unregister($this->resource_id);
 }
Пример #2
0
 public function __wakeup()
 {
     if ($closure = resource_service::unregister($this->resource_id)) {
         $this->closure =& $closure;
     }
 }