interface CommandControllerInterface (View source)

internal  
 

Transitional interface for command controllers.

Methods

void
processRequest(Request $request, Response $response)

Processes a general request. The result can be returned by altering the given response.

Details

void processRequest(Request $request, Response $response)

Processes a general request. The result can be returned by altering the given response.

Parameters

Request $request

The request object

Response $response

The response, modified by the controller

Return Value

void

Exceptions

StopCommandException