API17

Difference between revisions of "JSession:: destruct"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JSession::__destruct source code''' on [[jplatform:session/session.php#cl-109|BitBucket]]
 
* {{JVer|11.1}} '''JSession::__destruct source code''' on [[jplatform:session/session.php#cl-109|BitBucket]]
* {{JVer|11.1}} Class [[JSession/11.1|JSession]]
+
* {{JVer|11.1}} Class [[API17:JSession|JSession]]
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSession::__destruct|Other versions of JSession::__destruct]]
+
* [[API17:JSession::__destruct|Other versions of JSession::__destruct]]
 
{{SeeAlso:JSession::__destruct}}
 
{{SeeAlso:JSession::__destruct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:27, 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 JSession::__destruct[edit]

Description[edit]

Session object destructor.

Template:Description:JSession:: destruct [Edit Descripton]

public function __destruct ()
  • Returns
  • Defined on line 117 of libraries/joomla/session/session.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JSession:: destruct [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />