API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JResponse

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Documentation des fonctions membres

JResponse::_clientEncoding ( )

check, whether client supports compressed data

private

Renvoie:
boolean

Référencé par _compress().

Voici le graphe d'appel pour cette fonction :

JResponse::_compress ( data)

Compress the data

Checks the accept encoding of the browser and compresses the data before sending it to the client.

public

Paramètres:
stringdata
Renvoie:
string compressed data

Références $data, _clientEncoding(), et setHeader().

Référencé par toString().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

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

Paramètres:
boolean$allow
Renvoie:
boolean True of browser caching should be allowed
Depuis:
1.5

Références $GLOBALS.

Référencé par MediaViewMediaList::display(), MediaViewImagesList::display(), et toString().

Voici le graphe d'appel pour cette fonction :

JResponse::appendBody ( content)

Append content to the body content

public

Paramètres:
string$content

Références $content, $GLOBALS, et body.

JResponse::clearHeaders ( )

Clear headers

public

Références $GLOBALS.

JResponse::getBody ( toArray = false)

Return the body content

public

Paramètres:
boolean$toArrayWhether or not to return the body content as an array of strings or as a single string; defaults to false
Renvoie:
string|array

Références $content, $GLOBALS, et body.

Référencé par plgSystemSef::onAfterRender(), plgSystemDebug::onAfterRender(), JCachePage::store(), et toString().

Voici le graphe d'appel pour cette fonction :

JResponse::getHeaders ( )

Return array of headers;

public

Renvoie:
array

Références $GLOBALS.

JResponse::prependBody ( content)

Prepend content to the body content

public

Paramètres:
string$content

Références $content, $GLOBALS, et body.

JResponse::sendHeaders ( )

Send all headers

public

Renvoie:
void

Références $GLOBALS, et headers.

Référencé par toString().

Voici le graphe d'appel pour cette fonction :

JResponse::setBody ( content)

Set body content

If body content already defined, this will replace it.

public

Paramètres:
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().

Voici le graphe d'appel pour cette fonction :

JResponse::setHeader ( name,
value,
replace = false 
)

Set a header

If $replace is true, replaces any headers already defined with that $name.

public

Paramètres:
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().

Voici le graphe d'appel pour cette fonction :

JResponse::toString ( compress = false)

Sends all headers prior to returning the string

public

Paramètres:
boolean$compressIf true, compress the data
Renvoie:
string

Références $compress, $data, _compress(), allowCache(), getBody(), sendHeaders(), et setHeader().

Référencé par JError::customErrorPage(), plgSystemCache::onAfterInitialise(), et plgAuthenticationOpenID::onAuthenticate().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :