MvcTools: ezcMvcResponseWriter
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMvcResponseWriter
|
Abstract class defining a response writer. [
source]
A response writer takes an ezcMvcResponse object and sends the response back to the client after preparing it for this specific medium.
Descendents
| Child Class |
Description |
| ezcMvcHttpResponseWriter |
Request parser that uses HTTP headers to populate an ezcMvcRequest object.
|
Method Summary
|
public abstract ezcMvcResponseWriter |
__construct(
$response )
Creates a new response writer object |
|
public abstract void |
handleResponse(
)
Takes the raw protocol depending response body, and the protocol abstract response headers and forges a response to the client. Then it sends the assembled response to the client. |
Methods
__construct
Creates a new response writer object
Parameters
Redefined in descendants as
handleResponse
void handleResponse(
)
Takes the raw protocol depending response body, and the protocol abstract response headers and forges a response to the client. Then it sends the assembled response to the client.
Redefined in descendants as
| Method |
Description |
ezcMvcHttpResponseWriter::handleResponse() |
Takes the raw protocol depending response body, and the protocol abstract response headers and forges a response to the client. Then it sends the assembled response to the client. |
Last updated: Mon, 27 Jul 2009