getCurrentUrl() public method

public getCurrentUrl ( boolean $full = false ) : string
$full boolean
return string
コード例 #1
0
ファイル: UserLogin.php プロジェクト: jarves/jarves
 /**
  * @return \Symfony\Component\HttpFoundation\Response
  */
 public function doLogout()
 {
     $this->userOperator->logout();
     return RedirectResponse::create($this->pageStack->getCurrentUrl());
 }