JCacheStorageHelper:: construct: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 29: | Line 29: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | ||
* [[API17:JCacheStorageHelper::__construct|Other versions of JCacheStorageHelper::__construct]] | * [[API17:JCacheStorageHelper::__construct|Other versions of JCacheStorageHelper::__construct]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCacheStorageHelper::__construct | category=JCacheStorageHelper::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:27, 25 March 2017
JCacheStorageHelper::__construct
Description
Constructor.
public function __construct ($group)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group | array | $options options |
- Returns
- Defined on line 43 of libraries/joomla/cache/storage/helpers/helper.php
See also
JCacheStorageHelper::__construct source code on BitBucket
Class JCacheStorageHelper
Subpackage Cache- Other versions of JCacheStorageHelper::__construct
User contributed notes
Code Examples