API17

Difference between revisions of "JTableSession::destroy"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Destroys the pesisting session.  
 
Destroys the pesisting session.  
  
{{Description:JTableSession::destroy}}
+
{{subst:Description:JTableSession::destroy}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JTableSession::destroy|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function destroy (
 
public function destroy (
Line 39: Line 37:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 
* [[API17:JTableSession::destroy|Other versions of JTableSession::destroy]]
 
* [[API17:JTableSession::destroy|Other versions of JTableSession::destroy]]
{{SeeAlso:JTableSession::destroy}}
+
{{subst:SeeAlso:JTableSession::destroy}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JTableSession::destroy|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 11:17, 24 March 2017

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 JTableSession::destroy[edit]

Description[edit]

Destroys the pesisting session.

{{subst:Description:JTableSession::destroy}}

public function destroy (
        $userId
        $clientIds=array
)
Parameter Type Default Description
$userId
$clientIds array()
  • Returns
  • Defined on line 66 of libraries/joomla/database/table/session.php

See also[edit]

{{subst:SeeAlso:JTableSession::destroy}}

User contributed notes[edit]

<CodeExamplesForm />