API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheStorageHelper::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageHelper::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:53, 24 March 2017

Joomla 11.1 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

{{subst:SeeAlso:JCacheStorageHelper::__construct}}

User contributed notes

<CodeExamplesForm />