API17:JSessionStorage::register
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JSessionStorage::register|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JSessionStorage::register|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function register ($options=array()) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 78 of libraries/joomla/session/storage.php | |
| − | + | ||
| − | libraries/joomla/session/storage.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JSessionStorage::register source code''' on [[jplatform:session/storage.php#cl-70|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JSessionStorage/11.1|JSessionStorage]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]] | ||
| + | * [[JSessionStorage::register|Other versions of JSessionStorage::register]] | ||
| + | {{SeeAlso:JSessionStorage::register}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JSessionStorage::register|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JSessionStorage::register|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:JSessionStorage]][[Category:JSessionStorage::register]]</noinclude> | <noinclude>[[Category:JSessionStorage]][[Category:JSessionStorage::register]]</noinclude> | ||
Revision as of 21:37, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSessionStorage::register
Description
Register the functions of this class with PHP's session handler.
Description:JSessionStorage::register [Edit Descripton]
public function register ($options=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $options | array | array() | optional parameters |
- Returns
- Defined on line 78 of libraries/joomla/session/storage.php
See also
-
JSessionStorage::register source code on BitBucket
-
Class JSessionStorage
-
Subpackage Session
- Other versions of JSessionStorage::register
SeeAlso:JSessionStorage::register [Edit See Also]
User contributed notes
<CodeExamplesForm />
