getId() public method

Return the user id used for connecting the session.
public getId ( ) : string
return string The user id.
Exemplo n.º 1
0
 /**
  * Return the user id used for connecting the session.
  *
  * @return string The user id.
  */
 public function getId()
 {
     return $this->_session->getId();
 }