FOF30\Dispatcher\Dispatcher::getController PHP Method

getController() public method

Returns a reference to the Controller object currently in use by the dispatcher
public getController ( ) : Controller
return FOF30\Controller\Controller
    public function &getController()
    {
        return $this->controller;
    }