API17

JCacheStorageFile:: construct: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Constructor.  
Constructor.  


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


<source lang="php">
<source lang="php">
Line 30: 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]]
{{subst:SeeAlso:JCacheStorageFile::__construct}}
 


===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