19 declare(strict_types=1);
47 return $this->
ui->create()->input()->field()->group([
48 'country' => $this->
ui->create()->input()->field()->select(
49 $this->
ui->txt(
'country'),
51 )->withRequired(
true, ($this->required)($countries))->withValue(strtoupper($arguments[
'country'] ??
'') ?:
null)
52 ], $this->
ui->txt(
'crit_type_usr_country'), $this->
ui->txt(
'crit_type_usr_country_info'));
57 return new UserCountry($criterion, $this, $this->
ui->create());
62 return $this->
ui->txt(
'crit_type_usr_country');
67 return $this->
ui->txt(
'meta_c_' . strtoupper($country));
formGroup(array $arguments=[])
translatedCountry(string $country)
__construct(private readonly UI $ui, private readonly Closure $required)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
withCriterion(CriterionContent $criterion)
static getCountryCodes()
Get country codes (DIN EN 3166-1)