Exemplo n.º 1
0
Arquivo: Hub.php Projeto: kingsj/core
 function shutdown()
 {
     print PHP_EOL . "Shutting down EC2 Instance " . $this->micro_farm->public_dns . "...";
     $this->micro_farm->shutdown();
     parent::shutdown();
 }