19 declare(strict_types=1);
40 string $a_postvar =
"" 44 $this->
lng = $DIC->language();
48 public function setValue(
string $a_value): void
50 $this->value = $a_value;
65 $this->checkunused = $a_user_id;
75 $this->autocomplete_disabled = $a_value;
117 $a_tpl->
setVariable(
"MAXLENGTH", $this->max_length);
121 " disabled=\"disabled\"" 125 $a_tpl->
setVariable(
"AUTOCOMPLETE",
"autocomplete=\"off\"");
128 $a_tpl->
setVariable(
"REQUIRED",
"required=\"required\"");
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setVariable($variable, $value='')
Sets a variable value.
static _loginExists(string $a_login, int $a_user_id=0)
check if a login name already exists You may exclude a user from the check by giving his user id as 2...
static isLogin(string $a_login)
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)