Difference between revisions of "JUser::setParam"
From Joomla! Documentation
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JUser::setParam|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUser::setParam|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
− | |||
− | |||
− | |||
<source lang="php"> | <source lang="php"> | ||
− | public | + | public function setParam ( |
+ | $key | ||
+ | $value | ||
+ | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
− | + | * '''Returns''' mixed Set parameter value | |
− | mixed Set parameter value | + | * '''Defined''' on line 240 of libraries/joomla/user/user.php |
− | + | * '''Since''' {{JVer|11.1 }} | |
− | libraries/joomla/user/user.php | ||
− | * | ||
− | |||
===See also=== | ===See also=== | ||
+ | * {{JVer|11.1}} '''JUser::setParam source code''' on [[jplatform:user/user.php#cl-232|BitBucket]] | ||
+ | * {{JVer|11.1}} Class [[JUser/11.1|JUser]] | ||
+ | * {{JVer|11.1}} Subpackage [[Subpackage_User/11.1|User]] | ||
+ | * [[JUser::setParam|Other versions of JUser::setParam]] | ||
+ | {{SeeAlso:JUser::setParam}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUser::setParam|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUser::setParam|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
− | + | ===User contributed notes=== | |
− | |||
− | |||
− | === | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
Line 53: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
+ | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JUser]][[Category:JUser::setParam]]</noinclude> | <noinclude>[[Category:JUser]][[Category:JUser::setParam]]</noinclude> |
Revision as of 21:55, 27 April 2011
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JUser::setParam[edit]
Description[edit]
Method to set a parameter.
Template:Description:JUser::setParam [Edit Descripton]
public function setParam (
$key
$value
)
Parameter | Type | Default | Description |
---|---|---|---|
$key | string | Parameter key | |
$value | mixed | Parameter value |
See also[edit]
JUser::setParam source code on BitBucket
Class JUser
Subpackage User
- Other versions of JUser::setParam
Template:SeeAlso:JUser::setParam [Edit See Also]
User contributed notes[edit]
<CodeExamplesForm />