Exemplo n.º 1
0
 /**
  * Get all Product Groups
  *
  * @return array|object[]
  */
 public function all()
 {
     $handles = $this->client->ProductGroup_GetAll()->ProjectGroup_GetAllResult->ProjectGroupHandle;
     return $this->getArrayFromHandles($handles);
 }