template = $template; } public function load(AdvInterface $adv, CategoryInterface $cats, CityInterface $city, CountryInterface $country) { $this->template->set('adv', $adv); $this->template->set('country', $country->getCountry($adv->country_id)); } }