예제 #1
0
파일: Client.php 프로젝트: uniplaces/fastc
 /**
  * @param GuzzleServiceDescription $description
  * @param array                    $config
  */
 public function __construct(GuzzleServiceDescription $description, array $config = array())
 {
     $this->client = GuzzleClient::factory($config);
     $this->client->setDescription($description);
 }