API17

JCacheStorageHelper:: construct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
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>
===Synopsis===
<source lang="php">
<source lang="php">
public JCacheStorageHelper::__construct ($group)
public function __construct ($group)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 25: Line 24:
|-
|-
|}
|}
===Returns===
* '''Returns'''
 
* '''Defined''' on line 43 of libraries/joomla/cache/storage/helpers/helper.php
===Defined in===
libraries/joomla/cache/storage/helpers/helper.php (line 43)
* see source code in [[jplatform:cache/storage/helpers/helper.php#cl-43|BitBucket]]
===Referenced by===
===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>
* [[JCacheStorageHelper/11.1|JCacheStorageHelper]]
===User contributed notes===
* [[JCacheStorageHelper::__construct|Other versions of this method]]
{{SeeAlso:JCacheStorageHelper::__construct}}
===Examples===
<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

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

Template:SeeAlso:JCacheStorageHelper:: construct [Edit See Also]

User contributed notes

<CodeExamplesForm />