コード例 #1
0
 /**
  * Gets the redirect target url.
  */
 public function getRedirectUrl()
 {
     return sprintf('%s?%s', $this->request->getEndpoint(), http_build_query($this->data));
 }