class DefaultDispatcher implements DispatcherInterface (View source)

Properties

private Application $app
private RouterInterface $router

Methods

__construct(Application $app, RouterInterface $router)

No description

Response
dispatch(Request $request)

No description

getEarlyDispatchResponse()

No description

validateUser()

No description

handleDispatch($request)

No description

Details

__construct(Application $app, RouterInterface $router)

No description

Parameters

Application $app
RouterInterface $router

Response dispatch(Request $request)

No description

Parameters

Request $request

Return Value

Response

private getEarlyDispatchResponse()

No description

private validateUser()

No description

private handleDispatch($request)

No description

Parameters

$request