API17:JRegistry::set
From Joomla! Documentation
JRegistry::set
Description
Set a registry value.
public function set (
$path
$value
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Registry Path (e.g. joomla.content.showauthor) | |
| $value | mixed | Value of entry |
- Returns mixed The value of the that has been set.
- Defined on line 277 of libraries/joomla/registry/registry.php
- Since

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