API17:JRegistry::get
From Joomla! Documentation
JRegistry::get
Description
Get a registry value.
public function 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 on line 122 of libraries/joomla/registry/registry.php
- Since

See also
JRegistry::get source code on BitBucket
Class JRegistry
Subpackage Registry- Other versions of JRegistry::get
User contributed notes
Code Examples