JApplication::getClientId: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JApplication::getClientId () | ||
</source> | </source> | ||
===Returns=== | ===Returns=== | ||
int A client identifier. | int A client identifier. | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/application.php | libraries/joomla/application/application.php (line 958) | ||
* see source code in [[jplatform:application/application.php#cl-958|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 00:52, 24 April 2011
JApplication::getClientId
Description
Gets the client id of the current running application.
Template:Description:JApplication::getClientId [Edit Descripton]
Since
Synopsis
public JApplication::getClientId ()
Returns
int A client identifier.
Defined in
libraries/joomla/application/application.php (line 958)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JApplication::getClientId
Examples
<CodeExamplesForm />