예제 #1
0
파일: api.class.php 프로젝트: dapepe/tymio
 /**
  * Returns the current user session
  *
  * @return User
  */
 public function getUserSession()
 {
     return $this->authenticator->getUserSession();
 }