ManaPHP\Mvc\DispatcherInterface::dispatch PHP Метод

dispatch() публичный Метод

Dispatches a handle action taking into account the routing parameters
public dispatch ( string $module, string $controller, string $action, array $params = null ) : false | ManaPHP\Mvc\ControllerInterface
$module string
$controller string
$action string
$params array
Результат false | ManaPHP\Mvc\ControllerInterface
    public function dispatch($module, $controller, $action, $params = null);