Docs
Addons
Community
News
Documentation
/
API
BearFramework\DataObject::fromJSON
Creates an object and fills its properties from the JSON specified.
public static
object fromJSON
(
string $data
)
Parameters
data
The data used for the object properties.
Returns
Returns a newly constructed object.
Details
BearFramework\DataObject
Location: ~/src/DataObject.php
back to index
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.