Example #1
0
 public function resetUser()
 {
     $this->UserGroup = 'none';
     $this->UserId = 0;
     $this->UserName = '';
     $this->Characters = array();
     $this->Settings = array();
     Session::release();
 }