Beispiel #1
0
 /**
  * Returns the current user session
  *
  * @return User
  */
 public function getUserSession()
 {
     return $this->authenticator->getUserSession();
 }