Joomla Documentation by Component Creator
Namespaces
Interfaces
Classes
Overview
Classes
JRegistry
asArray
Introduction
Synopsis
Parameter
Return
JRegistry::
asArray
Method to recursively convert an object of data to an array.
Signature
protected function asArray(
$data )
Parameters
$data
An object of data to return as an array.
Returns
array
Array representation of the input object.