示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('userExists');
     $this->exposeMethod('savePassword');
     $this->exposeMethod('restoreUser');
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('userExists');
     $this->exposeMethod('savePassword');
     $this->exposeMethod('restoreUser');
     $this->exposeMethod('editPasswords');
     $this->exposeMethod('updateUserColor');
     $this->exposeMethod('updateGroupColor');
     $this->exposeMethod('updateModuleColor');
     $this->exposeMethod('updateColorForProcesses');
     $this->exposeMethod('generateColor');
     $this->exposeMethod('activeColor');
 }