BearFramework\DataObject::fromArray

Creates an object and fills its properties from the array specified.
public static object fromArray ( array $data )
Parameters
data
The data used for the object properties.
Returns
Returns a newly constructed object.
Details
Location: ~/src/DataObject.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.