API16:JApplication/getClientId
From Joomla! Documentation
Description
Gets the client id of the current running application.
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 />