API17:JUser::getParam
From Joomla! Documentation
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.
JUser::getParam
Description
Method to get a parameter value.
Description:JUser::getParam [Edit Descripton]
Since
Synopsis
public JUser::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 in
libraries/joomla/user/user.php (line 226)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
