コード例 #1
0
 public function __construct(Client $client)
 {
     parent::__construct($client);
     $this->setMultipleResponseAttribtue('states');
 }
コード例 #2
0
 public function __construct(Client $client, $negotiationId)
 {
     $this->negotiationId = $negotiationId;
     parent::__construct($client);
 }
コード例 #3
0
ファイル: NegotiationQuery.php プロジェクト: roro15/hhapi
 public function __construct(Client $client, $negotiationCollectionName)
 {
     $this->negotiationCollectionName = $negotiationCollectionName;
     parent::__construct($client);
 }