System\Router::dispatch PHP Méthode

dispatch() public méthode

Match the request with a route and run it
public dispatch ( ) : object
Résultat object Response instance
    public function dispatch()
    {
        return $this->match()->run();
    }