JSession:: setOptions: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
protected | protected JSession::_setOptions (&$options) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 28: | Line 28: | ||
boolean true on success | boolean true on success | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/session/session.php | libraries/joomla/session/session.php (line 645) | ||
* see source code in [[jplatform:session/session.php#cl-645|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== |
Revision as of 02:11, 24 April 2011
JSession::_setOptions
Description
set additional session options
Template:Description:JSession:: setOptions [Edit Descripton]
Synopsis
protected JSession::_setOptions (&$options)
Parameter | Type | Default | Description |
---|---|---|---|
&$options | array | list of parameter |
Returns
boolean true on success
Defined in
libraries/joomla/session/session.php (line 645)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JSession:: setOptions
Examples
<CodeExamplesForm />