Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@mstevz mstevz released this 19 Apr 18:26
29f6ddc

New functionality:

  • fromArray() - Allows to create a collection value from another array.

Can now initialize collection in declaration with array value as example:

$collection = new Collection( [ "john" => "doe" , 
                                "some" => "other"]);