API17

API17:JRegistry::set

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples