API17:JArrayHelper::toObject
From Joomla! Documentation
JArrayHelper::toObject
Description
Utility function to map an array to a stdClass object.
public static function toObject (
&$array
$class= 'stdClass'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$array | array | $array The array to map. | |
| $class | string | 'stdClass' | Name of the class to create |
- Returns object The object mapped from the given array
- Defined on line 58 of libraries/joomla/utilities/arrayhelper.php
- Since

- Referenced by
See also
JArrayHelper::toObject source code on BitBucket
Class JArrayHelper
Subpackage Utilities- Other versions of JArrayHelper::toObject
User contributed notes
Code Examples