3 declare(strict_types=1);
    39         string $a_postvar = 
""    43         $this->
lng = $DIC->language();
    47     public function setValue(
string $a_value): void
    49         $this->value = $a_value;
    64         $this->checkunused = $a_user_id;
    74         $this->autocomplete_disabled = $a_value;
   116         $a_tpl->
setVariable(
"MAXLENGTH", $this->max_length);
   120                 " disabled=\"disabled\""   124             $a_tpl->
setVariable(
"AUTOCOMPLETE", 
"autocomplete=\"off\"");
   127             $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)