Prado\Web\THttpResponseAdapter::httpRedirect PHP Метод

httpRedirect() публичный Метод

This method is invoked when the response is to redirect to another page.
public httpRedirect ( $url )
    public function httpRedirect($url)
    {
        $this->_response->httpRedirect($url);
    }