JSession:: construct: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JSession::__construct ($store= 'none', $options=array()) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 33: | Line 33: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/session/session.php | libraries/joomla/session/session.php (line 77) | ||
* see source code in [[jplatform:session/session.php#cl-77|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 02:11, 24 April 2011
JSession::__construct
Description
Constructor.
Template:Description:JSession:: construct [Edit Descripton]
Synopsis
public JSession::__construct ($store= 'none', $options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $store | string | 'none' | $storage |
| $options | array | array() | optional parameters |
Returns
Defined in
libraries/joomla/session/session.php (line 77)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JSession:: construct
Examples
<CodeExamplesForm />