API17:JApplicationHelper::addClientInfo
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JApplicationHelper::addClientInfo|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JApplicationHelper::addClientInfo|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function addClientInfo ($client) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True if the information is added. False on error | |
| − | boolean True if the information is added. False on error | + | * '''Defined''' on line 123 of libraries/joomla/application/helper.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/application/helper.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JApplicationHelper::addClientInfo source code''' on [[jplatform:application/helper.php#cl-115|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JApplicationHelper/11.1|JApplicationHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]] | ||
| + | * [[JApplicationHelper::addClientInfo|Other versions of JApplicationHelper::addClientInfo]] | ||
| + | {{SeeAlso:JApplicationHelper::addClientInfo}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::addClientInfo|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JApplicationHelper::addClientInfo|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 48: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JApplicationHelper]][[Category:JApplicationHelper::addClientInfo]]</noinclude> | <noinclude>[[Category:JApplicationHelper]][[Category:JApplicationHelper::addClientInfo]]</noinclude> | ||
Revision as of 20:09, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JApplicationHelper::addClientInfo
Description
Adds information for a client.
Description:JApplicationHelper::addClientInfo [Edit Descripton]
public static function addClientInfo ($client)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $client | mixed | A client identifier either an array or object |
- Returns boolean True if the information is added. False on error
- Defined on line 123 of libraries/joomla/application/helper.php
- Since
See also
-
JApplicationHelper::addClientInfo source code on BitBucket
-
Class JApplicationHelper
-
Subpackage Application
- Other versions of JApplicationHelper::addClientInfo
SeeAlso:JApplicationHelper::addClientInfo [Edit See Also]
User contributed notes
<CodeExamplesForm />
