/** * Get country * * @param \XLite\Model\AEntity $entity Restriction item * * @return string */ protected function getCountryColumnValue(\XLite\Model\AEntity $entity) { return $entity->getCountry()->getCountry(); }