예제 #1
0
파일: NetworkApi.php 프로젝트: scalr/scalr
 /**
  * Gets HTTP Client
  *
  * @return  ClientInterface Returns HTTP Client
  */
 public function getClient()
 {
     return $this->service->getOpenStack()->getClient();
 }