JCacheStorageFile:: construct: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
{{Description:JCacheStorageFile::__construct}} | {{subst:Description:JCacheStorageFile::__construct}} | ||
<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}} | {{subst:SeeAlso:JCacheStorageFile::__construct}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:52, 24 March 2017
JCacheStorageFile::__construct
Description
Constructor.
{{subst:Description:JCacheStorageFile::__construct}}
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
{{subst:SeeAlso:JCacheStorageFile::__construct}}
User contributed notes
<CodeExamplesForm />