Prado\Web\UI\ActiveControls\TCallbackResponseAdapter::httpRedirect PHP Метод

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

Delay the redirect until we process the rest of the page.
public httpRedirect ( $url )
    public function httpRedirect($url)
    {
        if ($url[0] === '/') {
            $url = $this->getRequest()->getBaseUrl() . $url;
        }
        $this->_redirectUrl = str_replace('&', '&', $url);
    }