Public Member Functions | |
| delete ($key) | |
| & | get ($key) |
| & | getRegistry () |
| set ($key, &$value) | |
Definition at line 19 of file Registry.inc.php.
| Registry.delete | ( | $ | key | ) |
Remove an item from the registry.
| $key | string |
Definition at line 58 of file Registry.inc.php.
References getRegistry().
| & Registry.get | ( | $ | key | ) |
Get the value of an item in the registry.
| $key | string |
Definition at line 35 of file Registry.inc.php.
References getRegistry().
Referenced by Help.getHelp(), PluginRegistry.getPlugins(), TemplateManager.smartyGetDebugInfo(), Locale.translate(), and CounterHandler.validate().
| & Registry.getRegistry | ( | ) |
Get a static reference to the registry data structure.
Definition at line 25 of file Registry.inc.php.
| Registry.set | ( | $ | key, | |
| &$ | value | |||
| ) |
Set the value of an item in the registry. The item will be added if it does not already exist.
| $key | string | |
| $value | mixed |
Definition at line 49 of file Registry.inc.php.
References getRegistry().
Referenced by Help.getHelp(), and PluginRegistry.register().
1.5.6