/**
* @deprecated in 5.6, will be protected in 5.8
*
* Get all countries from database via sAdmin object
*
* @return array<int, array<string, mixed>> list of countries
*/
public function getCountryList()
{
return $this->admin->sGetCountryList();
}
/**
* @deprecated in 5.6, will be protected in 5.8
*
* Get all dispatches available in selected country from sAdmin object
*
* @param int|null $paymentId
*
* @return array<int, array<string, mixed>>|false list of dispatches
*/