API17

Difference between revisions of "JTableSession::destroy"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JTableSession::destroy|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JTableSession::destroy|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JTableSession::destroy ($userId, $clientIds=array())
+
public function destroy (
 +
        $userId
 +
        $clientIds=array
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 66 of libraries/joomla/database/table/session.php
===Defined in===
 
libraries/joomla/database/table/session.php (line 66)
 
* see source code in [[jplatform:database/table/session.php#cl-66|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JTableSession::destroy source code''' on [[jplatform:database/table/session.php#cl-58|BitBucket]]
 +
* {{JVer|11.1}} Class [[JTableSession/11.1|JTableSession]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
 +
* [[JTableSession::destroy|Other versions of JTableSession::destroy]]
 +
{{SeeAlso:JTableSession::destroy}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableSession::destroy|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JTableSession::destroy|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JTableSession/11.1|JTableSession]]
+
===User contributed notes===
* [[JTableSession::destroy|Other versions of this method]]
 
{{SeeAlso:JTableSession::destroy}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JTableSession]][[Category:JTableSession::destroy]]</noinclude>
 
<noinclude>[[Category:JTableSession]][[Category:JTableSession::destroy]]</noinclude>

Revision as of 21:49, 27 April 2011

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.

Template:Description:JTableSession::destroy [Edit Descripton]

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]

Template:SeeAlso:JTableSession::destroy [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />