コード例 #1
0
 /**
  * Redirects the user back to the previous page.
  *
  * @access  public
  * @param   int                           $statusCode  HTTP status code
  * @return  \mako\http\response\Redirect
  */
 public function back($statusCode = 302)
 {
     return $this->redirect($this->request->referer())->status($statusCode);
 }