Пример #1
0
 /**
  * Redirect with HTTP 303 "See Other" code
  * @param string $message
  */
 public function seeOther($url)
 {
     response::seeOther($url);
 }