API17

JCacheStorageFile:: construct: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Constructor.  
Constructor.  


{{Description:JCacheStorageFile::__construct}}
{{subst:Description:JCacheStorageFile::__construct}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JCacheStorageFile::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function __construct ($options=array())
public function __construct ($options=array())
Line 32: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[API17:JCacheStorageFile::__construct|Other versions of JCacheStorageFile::__construct]]
* [[API17:JCacheStorageFile::__construct|Other versions of JCacheStorageFile::__construct]]
{{SeeAlso:JCacheStorageFile::__construct}}
{{subst:SeeAlso:JCacheStorageFile::__construct}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageFile::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 14:52, 24 March 2017

Joomla 11.1 JCacheStorageFile::__construct

Description

Constructor.

{{subst:Description:JCacheStorageFile::__construct}}

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

{{subst:SeeAlso:JCacheStorageFile::__construct}}

User contributed notes

<CodeExamplesForm />