コード例 #1
0
ファイル: Auth.php プロジェクト: spryker/Auth
 /**
  * @return bool
  */
 public function hasCurrentUser()
 {
     return $this->userFacade->hasCurrentUser();
 }