Webiny\Component\Bootstrap\Router::dispatchMvc PHP Method

dispatchMvc() private method

Issues the callback using the MVC dispatcher.
private dispatchMvc ( string $module, string $controller, string $action, array $params ) : Dispatcher
$module string Module name.
$controller string Controller name.
$action string Action name.
$params array Parameter list.
return Dispatcher
    private function dispatchMvc($module, $controller, $action, $params)
    {
        return Dispatcher::mvcDispatcher($module, $controller, $action, $params);
    }