API17:JRegistry::get
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::get
Description
Get a registry value.
Description:JRegistry::get [Edit Descripton]
Since
Synopsis
public JRegistry::get ($path, $default=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Registry path (e.g. joomla.content.showauthor) | |
| $default | mixed | null | Optional default value, returned if the internal value is null. |
Returns
mixed Value of entry or null
Defined in
libraries/joomla/registry/registry.php (line 122)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
