API15

Difference between revisions of "JSessionStorageNone/register"

From Joomla! Documentation

< API15:JSessionStorageNone
(New page: ===Description=== Register the functions of this class with PHP's session handler <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JSessionStorageNone...)
 
m (preparing for archive only)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JSessionStorageNone/register|Edit Descripton]]<nowiki>]</nowiki>
+
<nowiki>[<! removed edit link to red link >]</nowiki>
 
</span>
 
</span>
  
{{Description:JSessionStorageNone/register}}
+
<! removed transcluded page call, red link never existed >
  
 
===Syntax===
 
===Syntax===
Line 26: Line 26:
  
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JSessionStorageNone/register|Edit See Also]]<nowiki>]</nowiki>
+
<nowiki>[<! removed edit link to red link >]</nowiki>
 
</span>
 
</span>
{{SeeAlso:JSessionStorageNone/register}}
+
<! removed transcluded page call, red link never existed >
  
 
===Examples===
 
===Examples===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
  noresultsheader=\n
 
  noresultsheader=\n
 
  category=register
 
  category=register
 
  category=JSessionStorageNone
 
  category=JSessionStorageNone
  category=CodeExample
+
  namespace=CodeExample
 
  category=MethodExample
 
  category=MethodExample
 
  include=*
 
  include=*
 
  format= ,,,
 
  format= ,,,
 
</dpl>
 
</dpl>
 +
[[Category:Archived pages API15]]

Latest revision as of 20:08, 24 March 2017

The "API15" 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.

Description[edit]

Register the functions of this class with PHP's session handler

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax[edit]

register()


Defined in[edit]

libraries/joomla/session/storage/none.php

Importing[edit]

jimport( 'joomla.session.storage.none' );

Source Body[edit]

function register()
{
        //let php handle the session storage
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples[edit]

Code Examples[edit]