API17

API17:JUser::setParam

From Joomla! Documentation

Joomla 11.1 JUser::setParam

Description

Method to set a parameter.


public function setParam (
        $key
        $value
)
Parameter Type Default Description
$key string Parameter key
$value mixed Parameter value
  • Returns mixed Set parameter value
  • Defined on line 240 of libraries/joomla/user/user.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples