API17:JRegistry::set
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistry::set
Description
Set a registry value.
Description:JRegistry::set [Edit Descripton]
Since
Synopsis
public JRegistry::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 in
libraries/joomla/registry/registry.php (line 277)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
