API17

JCacheStorageHelper:: construct: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Constructor.  
Constructor.  


{{subst:Description:JCacheStorageHelper::__construct}}
 


<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]]
{{subst:SeeAlso:JCacheStorageHelper::__construct}}
 


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

Latest revision as of 02:27, 25 March 2017

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


User contributed notes

Code Examples