Esempio n. 1
0
 /**
  * Get Quotations from handles
  * @param  object $handels
  * @return object
  */
 public function getArrayFromHandles($handles)
 {
     $quotations = $this->client->Quotation_GetDataArray(array('entityHandles' => $handles))->Quotation_GetDataArrayResult->QuotationData;
     return $quotations;
 }