JCacheStorageFile:: construct: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 29: | Line 29: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JCacheStorageFile::__construct source code''' on [[jplatform:cache/storage/file.php#cl-25|BitBucket]] | * {{JVer|11.1}} '''JCacheStorageFile::__construct source code''' on [[jplatform:cache/storage/file.php#cl-25|BitBucket]] | ||
* {{JVer|11.1}} Class [[JCacheStorageFile | * {{JVer|11.1}} Class [[API17:JCacheStorageFile|JCacheStorageFile]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Cache | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | ||
* [[JCacheStorageFile::__construct|Other versions of JCacheStorageFile::__construct]] | * [[API17:JCacheStorageFile::__construct|Other versions of JCacheStorageFile::__construct]] | ||
{{SeeAlso:JCacheStorageFile::__construct}} | {{SeeAlso:JCacheStorageFile::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 00:52, 12 May 2013
JCacheStorageFile::__construct
Description
Constructor.
Template:Description:JCacheStorageFile:: construct [Edit Descripton]
public function __construct ($options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | array | array() | optional parameters |
See also
JCacheStorageFile::__construct source code on BitBucket
Class JCacheStorageFile
Subpackage Cache- Other versions of JCacheStorageFile::__construct
Template:SeeAlso:JCacheStorageFile:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />