API17

JCacheStorageFile:: construct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users 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>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JCacheStorageFile->__construct ($options=array())
public function __construct ($options=array())
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 27: Line 22:
|-
|-
|}
|}
===Returns===
* '''Returns'''
* '''Defined''' on line 33 of libraries/joomla/cache/storage/file.php
* '''Since''' {{JVer|11.1 }}
===See also===
* {{JVer|11.1}} '''JCacheStorageFile::__construct source code''' on [[jplatform:cache/storage/file.php#cl-25|BitBucket]]
* {{JVer|11.1}} Class [[API17:JCacheStorageFile|JCacheStorageFile]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]]
* [[API17:JCacheStorageFile::__construct|Other versions of JCacheStorageFile::__construct]]


===Defined in===
 
libraries/joomla/cache/storage/file.php
===User contributed notes===
===Referenced by===
=== Code Examples ===
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JCacheStorageFile::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JCacheStorageFile/11.1|JCacheStorageFile]]
* [[JCacheStorageFile::__construct|Other versions of this method]]
{{SeeAlso:JCacheStorageFile::__construct}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JCacheStorageFile::__construct
category=JCacheStorageFile::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JCacheStorageFile]][[Category:JCacheStorageFile::__construct]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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