コード例 #1
0
ファイル: CurrentSession.php プロジェクト: profcab/ilios
 /**
  * Get the user id
  *
  * @return int
  */
 public function getUserId()
 {
     return $this->user->getUserId();
 }