DispatcherInterface

An interface for dispatcher that delegate requests to a certain callable, typically a controller / action combination. Usually called from the RequestHandler.

Internal

This low level interface is used core internally only

Table of Contents

Methods

dispatch()  : ResponseInterface
Main method to dispatch a request and its response to a callable object

Methods

dispatch()

Main method to dispatch a request and its response to a callable object

public dispatch(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Return values
ResponseInterface

        
On this page

Search results