API17

API17:JUser::getParam

From Joomla! Documentation

Joomla 11.1 JUser::getParam

Description

Method to get a parameter value.


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


User contributed notes

Code Examples