Core::arbitCliResponseWriter
Class arbitCliResponseWriter
Response writer for CLI output Response writer for CLI output
ezcMvcResponseWriter
|
--arbitCliResponseWriter
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected ezcConsoleOutput |
$output
Output handler for console tools
Output handler for console tools |
|
protected ezcMvcResponse |
$response
Response, which should be outputted
Response, which should be outputted |
Method Summary
|
public void |
__construct(
$response
, [ $output
= null] )
Creates a new response writer object |
|
public void |
handleResponse(
)
Takes the raw protocol depending response body, and the protocol abstract response headers and forges a response to the client. the assembled response to the client. |
Methods
__construct
void
__construct(
$response
, [
$output
= null] )
Creates a new response writer object Creates a new response writer object
Parameters:
| Name |
Type |
Description |
$response |
ezcMvcResponse |
|
$output |
ezcConsoleOutput |
|
handleResponse
void
handleResponse(
)
Takes the raw protocol depending response body, and the protocol abstract response headers and forges a response to the client. the assembled response to the client. 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.
|