예제 #1
0
파일: Cloud.php 프로젝트: kingsj/core
 public function shutdown_hub()
 {
     if ($this->hub) {
         $this->hub->shutdown();
         $this->hub = null;
         $this->save();
     }
 }