JSessionStorageEaccelerator:: construct: Difference between revisions
From Joomla! Documentation
Layout updates |
Updated to r1448:247ba8d88526 |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSessionStorageEaccelerator::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
<source lang="php"> | <source lang="php"> | ||
protected function __construct ($options=array()) | |||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
* '''Returns''' | |||
* '''Defined''' on line 28 of libraries/joomla/session/storage/eaccelerator.php | |||
libraries/joomla/session/storage/eaccelerator.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JSessionStorageEaccelerator::__construct source code''' on [[jplatform:session/storage/eaccelerator.php#cl-20|BitBucket]] | |||
* {{JVer|11.1}} Class [[JSessionStorageEaccelerator/11.1|JSessionStorageEaccelerator]] | |||
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]] | |||
* [[JSessionStorageEaccelerator::__construct|Other versions of JSessionStorageEaccelerator::__construct]] | |||
{{SeeAlso:JSessionStorageEaccelerator::__construct}} | |||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSessionStorageEaccelerator::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
===User contributed notes=== | |||
=== | |||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JSessionStorageEaccelerator]][[Category:JSessionStorageEaccelerator::__construct]]</noinclude> | <noinclude>[[Category:JSessionStorageEaccelerator]][[Category:JSessionStorageEaccelerator::__construct]]</noinclude> | ||
Revision as of 02:38, 28 April 2011
JSessionStorageEaccelerator::__construct
Description
Constructor.
Template:Description:JSessionStorageEaccelerator:: 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/eaccelerator.php
See also
JSessionStorageEaccelerator::__construct source code on BitBucket
Class JSessionStorageEaccelerator
Subpackage Session- Other versions of JSessionStorageEaccelerator::__construct
Template:SeeAlso:JSessionStorageEaccelerator:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />