PHPFusion\Rewrite\Router::setVariables PHP Метод

setVariables() приватный Метод

Call the Functions to Set GET Parameters and Query String This function will call the functions to set Server GET parameters and the QUERY_STRING.
private setVariables ( )
    private function setVariables()
    {
        $this->setservervars();
        $this->setquerystring();
    }