JRegistry/1.5
From Joomla! Documentation
JRegistry
Description
Description:JRegistry [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __clone | |
| public | __construct | Constructor. |
| public | getNameSpaces | Get the list of namespaces. |
| public | getValue | Get a registry value. |
| public | loadArray | Load a associative array of values into the default namespace. |
| public | loadFile | Load the contents of a file into the registry. |
| public | loadINI | Load an INI string into the registry into the given namespace [or default if a namespace is not given]. |
| public | loadObject | Load the public variables of the object into the default namespace. |
| public | loadXML | Load an XML string into the registry into the given namespace [or default if a namespace is not given]. |
| public | makeNameSpace | Create a namespace. |
| public | merge | Merge a object into this one. |
| public | setValue | Set a registry value. |
| public | toArray | Transforms a namespace to an array. |
| public | toObject | Transforms a namespace to an object. |
| public | toString | Get a namespace in a given string format. |
| public | getInstance | Returns a reference to a global object, only creating it if it doesn't already exist. |
- Defined in libraries/joomla/registry/registry.php
- Extends JObject
- Extended by
Importing
jimport( 'joomla.registry.registry' );
See also
-
JRegistry on api.joomla.org
-
JRegistry source code on JoomlaCode
-
Subpackage Registry
- Other versions of JRegistry
SeeAlso:JRegistry [Edit See Also]
User contributed notes
<CodeExamplesForm />