API17:JRegistry::setValue
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::setValue
Description
Set a registry value.
Description:JRegistry::setValue [Edit Descripton]
Synopsis
public JRegistry->setValue ($path, $value)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Registry Path (e.g. joomla.content.showauthor) | |
| $value | mixed | Value of entry |
Returns
mixed The value after setting.
Defined in
libraries/joomla/registry/registry.php
Referenced by
See also
Examples
<CodeExamplesForm />
