CommandControllerInterface
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.