API17

API17:JRegistry::asArray

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples