JCacheStorageFile:: construct: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function __construct ($options=array()) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 22: | ||
|- | |- | ||
|} | |} | ||
=== | * '''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]] | |||
===User contributed notes=== | |||
=== | === Code Examples === | ||
=== | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JCacheStorageFile::__construct | category=JCacheStorageFile::__construct | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:27, 25 March 2017
JCacheStorageFile::__construct
Description
Constructor.
public function __construct ($options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | array | array() | optional parameters |
See also
JCacheStorageFile::__construct source code on BitBucket
Class JCacheStorageFile
Subpackage Cache- Other versions of JCacheStorageFile::__construct
User contributed notes
Code Examples