API17

JCacheStorageFile:: construct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JCacheStorageFile->__construct ($options=array())
public JCacheStorageFile::__construct ($options=array())
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 30: Line 30:


===Defined in===
===Defined in===
libraries/joomla/cache/storage/file.php
libraries/joomla/cache/storage/file.php (line 33)
* see source code in [[jplatform:cache/storage/file.php#cl-33|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:02, 24 April 2011

Joomla 11.1 JCacheStorageFile::__construct

Description

Constructor.

Template:Description:JCacheStorageFile:: construct [Edit Descripton]

Since

Joomla 11.1

Synopsis

public JCacheStorageFile::__construct ($options=array())
Parameter Type Default Description
$options array array() optional parameters

Returns

Defined in

libraries/joomla/cache/storage/file.php (line 33)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JCacheStorageFile:: construct

Examples

<CodeExamplesForm />