JDataSet::dump
Dumps the data object in the set, recursively if appropriate.
Signature
public function dump([integer
$depth = 3,
[SplObjectStorage
$dumped = null]] )
Parameters
-
$depth
- The maximum depth of recursion (default = 3).
-
$dumped
- An array of already serialized objects that is used to avoid infinite loops.
Returns
- array
- An associative array of the date objects in the set, dumped as a simple PHP stdClass object.