Exemplo n.º 1
0
 public function __construct(Client $client)
 {
     parent::__construct($client);
     $this->setMultipleResponseAttribtue('states');
 }
Exemplo n.º 2
0
 public function __construct(Client $client, $negotiationId)
 {
     $this->negotiationId = $negotiationId;
     parent::__construct($client);
 }
Exemplo n.º 3
0
 public function __construct(Client $client, $negotiationCollectionName)
 {
     $this->negotiationCollectionName = $negotiationCollectionName;
     parent::__construct($client);
 }