![]() |
Languages: |
English |
Contents |
Gets the client id of the current running application.
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
getClientId()
int A client identifier.
libraries/joomla/application/application.php
jimport( 'joomla.application.application' );
function getClientId( ) { return $this->_clientId; }
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
<CodeExamplesForm />