getId() 공개 메소드

Return the user id used for connecting the session.
public getId ( ) : string
리턴 string The user id.
예제 #1
0
파일: Base.php 프로젝트: raz0rsdge/horde
 /**
  * Return the user id used for connecting the session.
  *
  * @return string The user id.
  */
 public function getId()
 {
     return $this->_session->getId();
 }