API16

API16:JApplication/getClientId

From Joomla! Documentation

Revision as of 22:35, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Gets the client id of the current running application. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JApplication/getClientId|Edi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Gets the client id of the current running application.

[Edit Descripton]

Template:Description:JApplication/getClientId

Syntax

getClientId()


Returns

int A client identifier.

Defined in

libraries/joomla/application/application.php

Importing

jimport( 'joomla.application.application' );

Source Body

public function getClientId()
{
        return $this->_clientId;
}

[Edit See Also] Template:SeeAlso:JApplication/getClientId

Examples

<CodeExamplesForm />