API17:JRegistry::def
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JRegistry::def ($key, $default= '') |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 40: | ||
string The value set, or the default if the value was not previously set (or null). | string The value set, or the default if the value was not previously set (or null). | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/registry/registry.php | + | libraries/joomla/registry/registry.php (line 76) |
| + | * see source code in [[jplatform:registry/registry.php#cl-76|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 21:06, 23 April 2011
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 (line 76)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
