API17

Difference between revisions of "JCacheControllerOutput"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JCacheControllerOutput::end/11.1|end]]
+
|[[API17:JCacheControllerOutput::end|end]]
 
|Stop the cache buffer and store the cached data.  
 
|Stop the cache buffer and store the cached data.  
 
|-
 
|-
 
|public  
 
|public  
|[[JCacheControllerOutput::start/11.1|start]]
+
|[[API17:JCacheControllerOutput::start|start]]
 
|Start the cache.  
 
|Start the cache.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/cache/controller/output.php
 
* '''Defined in''' libraries/joomla/cache/controller/output.php
* '''Extends''' [[JCacheController/11.1|JCacheController]]
+
* '''Extends''' [[API17:JCacheController|JCacheController]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.cache.controller.output' );</source>
 
<source lang="php">jimport( 'joomla.cache.controller.output' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JCacheControllerOutput source code''' on [[jplatform:cache/controller/output.php|BitBucket]]
 
* {{JVer|11.1}} '''JCacheControllerOutput source code''' on [[jplatform:cache/controller/output.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Cache/11.1|Cache]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Cache|Cache]]
* [[JCacheControllerOutput|Other versions of JCacheControllerOutput]]
+
* [[API17:JCacheControllerOutput|Other versions of JCacheControllerOutput]]
 
{{SeeAlso:JCacheControllerOutput}}
 
{{SeeAlso:JCacheControllerOutput}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:50, 11 May 2013

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 JCacheControllerOutput[edit]

Description[edit]

Template:Description:JCacheControllerOutput [Edit Descripton]

Methods[edit]

Visibility Method name Description
public end Stop the cache buffer and store the cached data.
public start Start the cache.
  • Defined in libraries/joomla/cache/controller/output.php
  • Extends JCacheController

Importing[edit]

jimport( 'joomla.cache.controller.output' );

See also[edit]

Template:SeeAlso:JCacheControllerOutput [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />