Method |
Description |
|
__construct ( $request = null ) |
Public constructor * |
|
add ( $out ) |
Add string to output buffer. |
|
disableBrowserCache ( ) |
Send headers to instruct browser not to cache this content
See http://stackoverflow.com/a/2068407 |
|
flush ( $code = null, $format = null ) : current |
Send output to client without ending the script |
|
getFormat ( ) |
|
|
send ( $code = null, $format = null ) |
Flush output buffer to http client and end request |
|
setFormat ( $format ) |
Set output format. Common aliases like: xml, json, html and txt are supported and
automatically converted to proper HTTP content type definitions. |
|