JRegistry::get
Get a registry value.
Signature
public function get(string
$path,
[mixed
$default = null] )
Parameters
-
$path
- Registry path (e.g. joomla.content.showauthor)
-
$default
- Optional default value, returned if the internal value is null.
Returns
- mixed
- Value of entry or null