JResponse Class.
This class serves to provide the Joomla Platform with a common interface to access response variables. This includes header and body.
Located in /libraries/legacy/response/response.php (line 25)
Set/get cachable state for the response.
If $allow is set, sets the cachable state of the response. Always returns current state.
Append content to the body content
Check, whether client supports compressed data
Compress the data
Checks the accept encoding of the browser and compresses the data before sending it to the client.
Return the body content
Prepend content to the body content
Set body content.
If body content already defined, this will replace it.
Set a header.
If $replace is true, replaces any headers already defined with that $name.
Sends all headers prior to returning the string
Documentation generated on Tue, 19 Nov 2013 15:11:54 +0100 by phpDocumentor 1.4.3