Example #1
0
 /**
  * Get Products Groups from handles
  * @param  object $handels
  * @return object
  */
 public function getArrayFromHandles($handles)
 {
     return $this->client->Product_GetDataArray(array('entityHandles' => array('ProductGroupHandle' => $handles)))->Product_GetDataArrayResult->ProductData;
 }