Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 492 Bytes

ivopetkov.dataobject.fromarray.method.md

File metadata and controls

28 lines (15 loc) · 492 Bytes

IvoPetkov\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

Class: IvoPetkov\DataObject

Location: ~/src/DataObject.php


back to index