JArrayHelper::toObject
Utility function to map an array to a stdClass object.
Signature
public function toObject(&
$array,
[string
$class = 'stdClass'] )
Parameters
-
$array
-
$class
- Name of the class to create
Returns
- The object mapped from the given array