Horde_Controller
in
Interface for all controller objects
Tags
Table of Contents
- processRequest() : mixed
- Process the incoming request.
Methods
processRequest()
Process the incoming request.
public
processRequest(Horde_Controller_Request $request, Horde_Controller_Response $response) : mixed
Parameters
- $request : Horde_Controller_Request
-
The incoming request.
- $response : Horde_Controller_Response
-
The outgoing response.