API17

Difference between revisions of "JResponse::allowCache"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 28: Line 28:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/environment/response.php
+
libraries/joomla/environment/response.php (line 53)
 +
* see source code in [[jplatform:environment/response.php#cl-53|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JError/customErrorPage/11.1|JError::customErrorPage]]
+
* [[JError::customErrorPage/11.1|JError::customErrorPage]]
* [[JDocumentJSON/render/11.1|JDocumentJSON::render]]
+
* [[JDocumentJSON::render/11.1|JDocumentJSON::render]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:08, 23 April 2011

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::allowCache[edit]

Description[edit]

Set/get cachable state for the response.

Template:Description:JResponse::allowCache [Edit Descripton]

Synopsis[edit]

public static JResponse::allowCache ($allow=null)
Parameter Type Default Description
$allow null

Returns[edit]

Defined in[edit]

libraries/joomla/environment/response.php (line 53)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JResponse::allowCache

Examples[edit]

<CodeExamplesForm />