API17

JResponse

From Joomla! Documentation

Revision as of 14:01, 29 August 2012 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: bad link repair)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JResponse[edit]

Description[edit]

Template:Description:JResponse [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static allowCache Set/get cachable state for the response.
public static appendBody Append content to the body content.
public static clearHeaders Clear headers.
public static getBody Return the body content.
public static getHeaders Return array of headers.
public static prependBody Prepend content to the body content.
public static sendHeaders Send all headers.
public static setBody Set body content.
public static setHeader Set a header.
public static toString Sends all headers prior to returning the string.
protected static clientEncoding Check, whether client supports compressed data.
protected static compress Compress the data.
  • Defined in libraries/joomla/environment/response.php

Importing[edit]

jimport( 'joomla.environment.response' );

See also[edit]

Template:SeeAlso:JResponse [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />