Example #1
0
 /**
  * @param string $countryIso
  * @return Category
  */
 public function categories($countryIso)
 {
     $category = new Category($this->_engine);
     $category->setRegionCode($countryIso);
     return $category;
 }