System\Router::dispatch PHP 메소드

dispatch() 공개 메소드

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