示例#1
0
 /**
  * Sets the redirect target of this response.
  *
  * @param string $url The URL to redirect to
  *
  * @return RedirectResponse The current response.
  *
  * @throws \InvalidArgumentException
  */
 public function setTargetUrl($url)
 {
     return parent::setTargetUrl($url);
 }