JRegistry::setValue/1.5
From Joomla! Documentation
JRegistry::setValue
Description
Set a registry value.
Description:JRegistry::setValue [Edit Descripton]
public function setValue ( $regpath $value )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $regpath | string | Registry Path (e.g. joomla.content.showauthor) | |
| $value | mixed | Value of entry |
- Returns mixed Value of old value or boolean false if operation failed
- Defined on line 164 of libraries/joomla/registry/registry.php
- Since
See also
-
JRegistry::setValue on api.joomla.org
-
JRegistry source code on JoomlaCode
-
Class JRegistry
-
Subpackage Registry
- Other versions of JRegistry::setValue
SeeAlso:JRegistry::setValue [Edit See Also]
User contributed notes
<CodeExamplesForm />