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]
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
See also
-
JUser::getParam source code on BitBucket
-
Class JUser
-
Subpackage User
- Other versions of JUser::getParam
SeeAlso:JUser::getParam [Edit See Also]
User contributed notes
<CodeExamplesForm />
