Ejemplo n.º 1
0
 /**
  * Gets list of countries
  * @deprecated	Use icms_form_elements_select_Country::getCountryList(), instead
  * @todo		Remove in version 1.4
  *
  * @return  array	 $country_list   list of countries
  */
 public static function getCountryList()
 {
     icms_core_Debug::setDeprecated('icms_form_elements_select_Country::getCountryList()', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
     return icms_form_elements_select_Country::getCountryList();
 }