19declare(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);
125 " disabled=\"disabled\""
129 $a_tpl->
setVariable(
"AUTOCOMPLETE",
"autocomplete=\"off\"");
132 $a_tpl->
setVariable(
"REQUIRED",
"required=\"required\"");
setVariable($variable, $value='')
Sets a variable value.
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...
static _loginExists(string $a_login, int $a_user_id=0)
special template class to simplify handling of ITX/PEAR
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
static isLogin(string $a_login)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc