API17

JCacheStorageFile:: construct: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
Constructor.  
Constructor.  


{{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}}
 
<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 />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheStorageFile::__construct
category=JCacheStorageFile::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:27, 25 March 2017

Joomla 11.1 JCacheStorageFile::__construct

Description

Constructor.


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


User contributed notes

Code Examples