ControllerInterface
Interface for controllers
Table of Contents
Methods
- processRequest() : ResponseInterface
- Processes a general request. The result can be returned by altering the given response.
Methods
processRequest()
Processes a general request. The result can be returned by altering the given response.
public
processRequest(RequestInterface $request) : ResponseInterface
Parameters
- $request : RequestInterface
-
The request object