JRegistry::getValue/1.5
From Joomla! Documentation
JRegistry::getValue
Description
Get a registry value.
Description:JRegistry::getValue [Edit Descripton]
public function getValue ( $regpath $default=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $regpath | string | Registry path (e.g. joomla.content.showauthor) | |
| $default | mixed | null | Optional default value |
- Returns mixed Value of entry or null
- Defined on line 121 of libraries/joomla/registry/registry.php
- Since
See also
-
JRegistry::getValue on api.joomla.org
-
JRegistry source code on JoomlaCode
-
Class JRegistry
-
Subpackage Registry
- Other versions of JRegistry::getValue
SeeAlso:JRegistry::getValue [Edit See Also]
User contributed notes
<CodeExamplesForm />