JRegistry::toString/1.5
From Joomla! Documentation
JRegistry::toString
Description
Get a namespace in a given string format.
Description:JRegistry::toString [Edit Descripton]
public function toString ( $format= 'INI' $namespace=null $params=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $format | string | 'INI' | Format to return the string in |
| $namespace | string | null | Namespace to return [optional: null returns the default namespace] |
| $params | mixed | null | Parameters used by the formatter, see formatters for more info |
- Returns string Namespace in string format
- Defined on line 446 of libraries/joomla/registry/registry.php
- Since
See also
-
JRegistry::toString on api.joomla.org
-
JRegistry source code on JoomlaCode
-
Class JRegistry
-
Subpackage Registry
- Other versions of JRegistry::toString
SeeAlso:JRegistry::toString [Edit See Also]
User contributed notes
<CodeExamplesForm />