API17

JModuleHelper::moduleCache: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Module cache helper.  
Module cache helper.  


{{subst:Description:JModuleHelper::moduleCache}}
 


<source lang="php">
<source lang="php">
Line 43: Line 43:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[API17:JModuleHelper::moduleCache|Other versions of JModuleHelper::moduleCache]]
* [[API17:JModuleHelper::moduleCache|Other versions of JModuleHelper::moduleCache]]
{{subst:SeeAlso:JModuleHelper::moduleCache}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JModuleHelper::moduleCache
category=JModuleHelper::moduleCache
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:28, 25 March 2017

Joomla 11.1 JModuleHelper::moduleCache

Description

Module cache helper.


public static function moduleCache (
        $module
        $moduleparams
        $cacheparams
)
Parameter Type Default Description
$module
$moduleparams
$cacheparams
  • Returns
  • Defined on line 378 of libraries/joomla/application/module/helper.php

See also


User contributed notes

Code Examples