示例#1
0
 /**
  * Is the response a redirect of some form?
  *
  * @param string $location
  *
  * @return bool
  *
  * @api
  */
 public function isRedirect($location = null)
 {
     return parent::isRedirect($location);
 }