Flint\Controller\Controller::getRequest PHP Method

getRequest() protected method

protected getRequest ( ) : Request
return Symfony\Component\HttpFoundation\Request
    protected function getRequest()
    {
        return $this->get('request');
    }