JArrayHelper::fromObject
Utility function to map an object to an array
Signature
Parameters
-
$p_obj
- The source object
-
$recurse
- True to recurse through multi-level objects
-
$regex
- An optional regular expression to match on field names
Returns
- array
- The array mapped from the given object