API17:JRegistry::def
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistry::def
Description
Sets a default value if not alreay assigned.
Description:JRegistry::def [Edit Descripton]
Since
Synopsis
public JRegistry->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 in
libraries/joomla/registry/registry.php
Referenced by
See also
Examples
<CodeExamplesForm />
