6include_once(
"./Services/Form/classes/class.ilSelectInputGUI.php");
33 $this->lng =
$DIC->language();
47 $lng->loadLanguageModule(
"meta");
48 $lng->loadLanguageModule(
"form");
50 include_once(
"./Services/Utilities/classes/class.ilCountry.php");
57 $options = array(
"" =>
"- " .
$lng->txt(
"form_please_select") .
" -")
An exception for terminatinating execution or to throw for unit testing.
static getCountryCodes()
Get country codes (DIN EN 3166-1)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc