API17

API17:JRegistry::def

From Joomla! Documentation

Joomla 11.1 JRegistry::def

Description

Sets a default value if not alreay assigned.


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

See also


User contributed notes

Code Examples