JCacheStorageFile:: construct: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m preparing for archive only |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
<source lang="php"> | <source lang="php"> | ||
public function __construct ($options=array()) | public function __construct ($options=array()) | ||
| Line 29: | Line 27: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JCacheStorageFile::__construct source code''' on [[jplatform:cache/storage/file.php#cl-25|BitBucket]] | * {{JVer|11.1}} '''JCacheStorageFile::__construct source code''' on [[jplatform:cache/storage/file.php#cl-25|BitBucket]] | ||
* {{JVer|11.1}} Class [[JCacheStorageFile | * {{JVer|11.1}} Class [[API17:JCacheStorageFile|JCacheStorageFile]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Cache | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Cache|Cache]] | ||
* [[JCacheStorageFile::__construct|Other versions of JCacheStorageFile::__construct]] | * [[API17:JCacheStorageFile::__construct|Other versions of JCacheStorageFile::__construct]] | ||
===User contributed notes=== | ===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=* | ||
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