PHP Interface FluxBB\Server\ServerInterface

Afficher le fichier Open project: fluxbb/core Interface Usage Examples

Méthodes publiques

Méthode Description
dispatch ( Request $request ) : Response Resolve the request and return a response.

Method Details

dispatch() public méthode

Resolve the request and return a response.
public dispatch ( Request $request ) : Response
$request Request
Résultat Response