Beispiel #1
0
 /**
  * Sets or removes the user session information
  *
  * @param int $intId The user ID
  * @return void
  */
 public function setUserSession($intId = false)
 {
     $this->authenticator->setUserSession($intId);
 }