API17

Difference between revisions of "JUser::getParam"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JUser::getParam source code''' on [[jplatform:user/user.php#cl-218|BitBucket]]
 
* {{JVer|11.1}} '''JUser::getParam source code''' on [[jplatform:user/user.php#cl-218|BitBucket]]
* {{JVer|11.1}} Class [[JUser/11.1|JUser]]
+
* {{JVer|11.1}} Class [[API17:JUser|JUser]]
* {{JVer|11.1}} Subpackage [[Subpackage_User/11.1|User]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]]
* [[JUser::getParam|Other versions of JUser::getParam]]
+
* [[API17:JUser::getParam|Other versions of JUser::getParam]]
 
{{SeeAlso:JUser::getParam}}
 
{{SeeAlso:JUser::getParam}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:49, 11 May 2013

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.

Joomla 11.1 JUser::getParam[edit]

Description[edit]

Method to get a parameter value.

Template:Description:JUser::getParam [Edit Descripton]

public function getParam (
        $key
        $default=null
)
Parameter Type Default Description
$key string Parameter key
$default mixed null Parameter default value
  • Returns mixed The value or the default if it did not exist
  • Defined on line 226 of libraries/joomla/user/user.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JUser::getParam [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />