CodeExplorer setIso example
$country =
new Country();
$id =
(int) $data['__country_id'
];
$translation =
$this->
getTranslation($data, '__country',
[],
$id);
$data =
array_merge($data,
$translation);
$country->
setId($id);
$country->
setName($data['__country_countryname'
]);
if (isset($data['__country_countryiso'
])) { $country->
setIso($data['__country_countryiso'
]);
} if (isset($data['__country_iso3'
])) { $country->
setIso3($data['__country_iso3'
]);
} if (isset($data['__country_notice'
])) { $country->
setDescription($data['__country_notice'
]);
} if (isset($data['__country_countryen'
])) {