getCurrentUrl() 공개 메소드

public getCurrentUrl ( boolean $full = false ) : string
$full boolean
리턴 string
예제 #1
0
파일: UserLogin.php 프로젝트: jarves/jarves
 /**
  * @return \Symfony\Component\HttpFoundation\Response
  */
 public function doLogout()
 {
     $this->userOperator->logout();
     return RedirectResponse::create($this->pageStack->getCurrentUrl());
 }