Example #1
0
 public function accessible()
 {
     $handles = $this->client->Product_GetAllAccessible()->Product_GetAllAccessibleResult->ProductHandle;
     return $this->getArrayFromHandles($handles);
 }