コード例 #1
0
ファイル: Order.php プロジェクト: ashmna/MedDocs
 public function setClient(array $client)
 {
     $this->client = new Client($client);
     $this->clientId = $this->client->getClientId();
 }