Ejemplo n.º 1
0
 /**
  * Help method which update last activity time of user
  * 
  * @param string $sessionHash
  */
 private function updateSession($sessionHash = null)
 {
     $this->mUsers->updateSession($this->currentUser(), $sessionHash);
 }