API17:JRegistry::asArray
From Joomla! Documentation
JRegistry::asArray
Description
Method to recursively convert an object of data to an array.
protected function asArray ($data)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | object | An object of data to return as an array. |
- Returns array Array representation of the input object.
- Defined on line 377 of libraries/joomla/registry/registry.php
- Since

See also
JRegistry::asArray source code on BitBucket
Class JRegistry
Subpackage Registry- Other versions of JRegistry::asArray
User contributed notes
Code Examples