API17

Difference between revisions of "JSessionStorage::getInstance"

From Joomla! Documentation

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

Revision as of 21:28, 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 JSessionStorage::getInstance[edit]

Description[edit]

Returns a session storage handler object, only creating it if it doesn't already exist.

Template:Description:JSessionStorage::getInstance [Edit Descripton]

public static function getInstance (
        $name= 'none'
        $options=array
)
Parameter Type Default Description
$name name 'none' The session store to instantiate
$options array()
  • Returns database A object
  • Defined on line 43 of libraries/joomla/session/storage.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JSessionStorage::getInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />