예제 #1
0
파일: Hub.php 프로젝트: kingsj/core
 function shutdown()
 {
     print PHP_EOL . "Shutting down EC2 Instance " . $this->micro_farm->public_dns . "...";
     $this->micro_farm->shutdown();
     parent::shutdown();
 }