API17

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/11.1|JCacheStorageFile]]
* {{JVer|11.1}} Class [[API17:JCacheStorageFile|JCacheStorageFile]]
* {{JVer|11.1}} Subpackage [[Subpackage_Cache/11.1|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

Joomla 11.1 JCacheStorageFile::__construct

Description

Constructor.

Template:Description:JCacheStorageFile:: construct [Edit Descripton]

public function __construct ($options=array())
Parameter Type Default Description
$options array array() optional parameters
  • Returns
  • Defined on line 33 of libraries/joomla/cache/storage/file.php
  • Since Joomla 11.1

See also

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

User contributed notes

<CodeExamplesForm />