Example #1
0
 /**
  * Get all Product Groups
  * @return array
  */
 public function all()
 {
     $handles = $this->client->ProductGroup_GetAll()->ProjectGroup_GetAllResult->ProjectGroupHandle;
     return $this->getArrayFromHandles($handles);
 }