JCacheStorageHelper:: construct: Difference between revisions
From Joomla! Documentation
Layout updates |
Updated to r1448:247ba8d88526 |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JCacheStorageHelper::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JCacheStorageHelper::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
<source lang="php"> | <source lang="php"> | ||
public | public function __construct ($group) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
* '''Returns''' | |||
* '''Defined''' on line 43 of libraries/joomla/cache/storage/helpers/helper.php | |||
libraries/joomla/cache/storage/helpers/helper.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JCacheStorageHelper::__construct source code''' on [[jplatform:cache/storage/helpers/helper.php#cl-35|BitBucket]] | |||
* {{JVer|11.1}} Class [[JCacheStorageHelper/11.1|JCacheStorageHelper]] | |||
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|Cache]] | |||
* [[JCacheStorageHelper::__construct|Other versions of JCacheStorageHelper::__construct]] | |||
{{SeeAlso:JCacheStorageHelper::__construct}} | |||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageHelper::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JCacheStorageHelper::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
===User contributed notes=== | |||
=== | |||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JCacheStorageHelper]][[Category:JCacheStorageHelper::__construct]]</noinclude> | <noinclude>[[Category:JCacheStorageHelper]][[Category:JCacheStorageHelper::__construct]]</noinclude> | ||
Revision as of 01:18, 28 April 2011
JCacheStorageHelper::__construct
Description
Constructor.
Template:Description:JCacheStorageHelper:: construct [Edit Descripton]
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
Template:SeeAlso:JCacheStorageHelper:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />