Example #1
0
 public function all()
 {
     $handles = $this->client->Product_GetAll()->Product_GetAllResult->ProductHandle;
     return $this->getArrayFromHandles($handles);
 }