JRegistry::toArray/1.5
From Joomla! Documentation
JRegistry::toArray
Description
Transforms a namespace to an array.
Description:JRegistry::toArray [Edit Descripton]
public function toArray ($namespace=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $namespace | string | null | Namespace to return [optional: null returns the default namespace] |
- Returns array An associative array holding the namespace data
- Defined on line 470 of libraries/joomla/registry/registry.php
- Since
See also
-
JRegistry::toArray on api.joomla.org
-
JRegistry source code on JoomlaCode
-
Class JRegistry
-
Subpackage Registry
- Other versions of JRegistry::toArray
SeeAlso:JRegistry::toArray [Edit See Also]
User contributed notes
<CodeExamplesForm />