JApplication::getClientId: Difference between revisions
From Joomla! Documentation
Layout updates |
m preparing for archive only |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Gets the client id of the current running application. | Gets the client id of the current running application. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function getClientId () | ||
</source> | </source> | ||
* '''Returns''' int A client identifier. | |||
int A client identifier. | * '''Defined''' on line 958 of libraries/joomla/application/application.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/application/application.php | |||
* | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JApplication::getClientId source code''' on [[jplatform:application/application.php#cl-950|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JApplication|JApplication]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]] | |||
* | * [[API17:JApplication::getClientId|Other versions of JApplication::getClientId]] | ||
* [[JApplication::getClientId|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JApplication::getClientId | category=JApplication::getClientId | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:19, 25 March 2017
JApplication::getClientId
Description
Gets the client id of the current running application.
public function getClientId ()
- Returns int A client identifier.
- Defined on line 958 of libraries/joomla/application/application.php
- Since

See also
JApplication::getClientId source code on BitBucket
Class JApplication
Subpackage Application- Other versions of JApplication::getClientId
User contributed notes
Code Examples