JData::dump
Dumps the data properties into a stdClass object, 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
- stdClass
- The data properties as a simple PHP stdClass object.