42 if (self::$instance) {
43 return self::$instance;
50 $this->server = $a_server;
60 $this->port = $a_port;
80 $this->login_instructions = $a_inst;
90 $this->active = $a_active;
100 $this->create_users = $a_uc;
110 $this->allow_local = $a_local;
120 $this->default_role = $a_role;
125 return $this->default_role;
enableUserCreation($a_uc)
setLoginInstruction($a_inst)
isLocalAuthenticationEnabled()
getStorage()
Get storage object.
__construct()
Singleton constructor.
enableLocalAuthentication($a_local)
static getInstance()
Get singleton instance.