API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JResponse::_clientEncoding | ( | ) |
check, whether client supports compressed data
private
Référencé par _compress().
JResponse::_compress | ( | $ | data | ) |
Compress the data
Checks the accept encoding of the browser and compresses the data before sending it to the client.
public
string | data |
Références $data, _clientEncoding(), et setHeader().
Référencé par toString().
JResponse::allowCache | ( | $ | allow = null | ) | [static] |
Set/get cachable state for the response
If $allow is set, sets the cachable state of the response. Always returns current state
boolean | $allow |
Références $GLOBALS.
Référencé par MediaViewMediaList::display(), MediaViewImagesList::display(), et toString().
JResponse::appendBody | ( | $ | content | ) |
JResponse::clearHeaders | ( | ) |
JResponse::getBody | ( | $ | toArray = false | ) |
Return the body content
public
boolean | $toArray | Whether or not to return the body content as an array of strings or as a single string; defaults to false |
Références $content, $GLOBALS, et body.
Référencé par plgSystemSef::onAfterRender(), plgSystemDebug::onAfterRender(), JCachePage::store(), et toString().
JResponse::getHeaders | ( | ) |
JResponse::prependBody | ( | $ | content | ) |
JResponse::sendHeaders | ( | ) |
Send all headers
public
Références $GLOBALS, et headers.
Référencé par toString().
JResponse::setBody | ( | $ | content | ) |
Set body content
If body content already defined, this will replace it.
public
string | $content |
Références $content, et $GLOBALS.
Référencé par JError::customErrorPage(), plgSystemCache::onAfterInitialise(), plgSystemSef::onAfterRender(), plgSystemDebug::onAfterRender(), plgAuthenticationOpenID::onAuthenticate(), JApplication::render(), JInstallation::render(), JSite::render(), et JAdministrator::render().
JResponse::setHeader | ( | $ | name, |
$ | value, | ||
$ | replace = false |
||
) |
Set a header
If $replace is true, replaces any headers already defined with that $name.
public
string | $name | |
string | $value | |
boolean | $replace |
Références $GLOBALS, $name, et headers.
Référencé par _compress(), WeblinksViewWeblink::_displayForm(), ContentViewArticle::_displayForm(), JCachePage::_setEtag(), JDocumentPDF::render(), JDocumentError::render(), JDocument::render(), et toString().
JResponse::toString | ( | $ | compress = false | ) |
Sends all headers prior to returning the string
public
boolean | $compress | If true, compress the data |
Références $compress, $data, _compress(), allowCache(), getBody(), sendHeaders(), et setHeader().
Référencé par JError::customErrorPage(), plgSystemCache::onAfterInitialise(), et plgAuthenticationOpenID::onAuthenticate().