JUser::getParam/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 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 227 of libraries/joomla/user/user.php
  • Since Joomla 1.5

See also

SeeAlso:JUser::getParam [Edit See Also]

User contributed notes


Personal tools