API17

Difference between revisions of "JSessionStorageWincache:: construct"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JSessionStorageWincache::__construct source code''' on [[jplatform:session/storage/wincache.php#cl-20|BitBucket]]
 
* {{JVer|11.1}} '''JSessionStorageWincache::__construct source code''' on [[jplatform:session/storage/wincache.php#cl-20|BitBucket]]
* {{JVer|11.1}} Class [[JSessionStorageWincache/11.1|JSessionStorageWincache]]
+
* {{JVer|11.1}} Class [[API17:JSessionStorageWincache|JSessionStorageWincache]]
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSessionStorageWincache::__construct|Other versions of JSessionStorageWincache::__construct]]
+
* [[API17:JSessionStorageWincache::__construct|Other versions of JSessionStorageWincache::__construct]]
 
{{SeeAlso:JSessionStorageWincache::__construct}}
 
{{SeeAlso:JSessionStorageWincache::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 46: Line 46:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSessionStorageWincache]][[Category:JSessionStorageWincache::__construct]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:31, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JSessionStorageWincache::__construct[edit]

Description[edit]

Constructor.

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

protected function __construct ($options=array())
Parameter Type Default Description
$options array array() optional parameters
  • Returns
  • Defined on line 28 of libraries/joomla/session/storage/wincache.php

See also[edit]

Template:SeeAlso:JSessionStorageWincache:: construct [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />