API17

API17:JParameter::def

From Joomla! Documentation

Joomla 11.1 JParameter::def

Description

Sets a default value if not alreay assigned.


public function def (
        $key
        $default= ''
        $group= '_default'
)
Parameter Type Default Description
$key string The name of the parameter.
$default string An optional value for the parameter.
$group string '_default' An optional group for the parameter.
  • Returns string The value set, or the default if the value was not previously set (or null).
  • Defined on line 98 of libraries/joomla/html/parameter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples