JCacheStorageHelper:: construct: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
{{Description:JCacheStorageHelper::__construct}} | {{subst:Description:JCacheStorageHelper::__construct}} | ||
<source lang="php"> | <source lang="php"> | ||
public function __construct ($group) | public function __construct ($group) | ||
| Line 31: | 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]] | ||
{{SeeAlso:JCacheStorageHelper::__construct}} | {{subst:SeeAlso:JCacheStorageHelper::__construct}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:53, 24 March 2017
JCacheStorageHelper::__construct
Description
Constructor.
{{subst:Description:JCacheStorageHelper::__construct}}
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
{{subst:SeeAlso:JCacheStorageHelper::__construct}}
User contributed notes
<CodeExamplesForm />