Basecoat\Basecoat::processRequest PHP Method

processRequest() public method

public processRequest ( $url = null )
    public function processRequest($url = null)
    {
        $route_name = $this->routing->parseUrl($url);
        $this->routing->run($route_name);
        $this->messages->display($this->view);
        return $this->render();
    }