JSession/ destruct: Difference between revisions
From Joomla! Documentation
New page: ===Description===
Session object destructor
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
... |
m clean up |
||
| Line 2: | Line 2: | ||
Session object destructor | Session object destructor | ||
{{Description:JSession/__destruct}} | |||
{{subst:Description:JSession/__destruct}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 25: | Line 23: | ||
</source> | </source> | ||
{{subst:SeeAlso:JSession/__destruct}} | |||
{{SeeAlso:JSession/__destruct}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:23, 24 March 2017
Description
Session object destructor
{{subst:Description:JSession/__destruct}}
Syntax
__destruct()
Defined in
libraries/joomla/session/session.php
Importing
jimport( 'joomla.session.session' );
Source Body
public function __destruct()
{
$this->close();
}
{{subst:SeeAlso:JSession/__destruct}}
Examples
<CodeExamplesForm />