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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JModuleHelper::moduleCache | category=JModuleHelper::moduleCache | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:28, 25 March 2017
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
JModuleHelper::moduleCache source code on BitBucket
Class JModuleHelper
Subpackage Application- Other versions of JModuleHelper::moduleCache
User contributed notes
Code Examples