getId() public method

Return the user id used for connecting the session.
public getId ( ) : string
return 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();
 }