/** * Is accesiable * * @return boolean */ public function accessible() { $handles = $this->client->Product_GetAllAccessible()->Product_GetAllAccessibleResult->ProductHandle; return $this->getArrayFromHandles($handles); }