API15:JApplication/getClientId/ja
出典: Joomla! ドキュメンテーション
目次 |
Description
Gets the client id of the current running application.
Syntax
getClientId()
Returns
int A client identifier.
Defined in
libraries/joomla/application/application.php
Importing
jimport( 'joomla.application.application' );
Source Body
function getClientId( ) { return $this->_clientId; }
Examples
<CodeExamplesForm />
