class ArrayObject extends ArrayObject implements Arrayable, JsonSerializable

Methods

collect()

Get a collection containing the underlying array.

array
toArray()

Get the instance as an array.

array
jsonSerialize()

Get the array that should be JSON serialized.

Details

at line 23
Collection collect()

Get a collection containing the underlying array.

Return Value

Collection

at line 31
array toArray()

Get the instance as an array.

Return Value

array

at line 39
array jsonSerialize()

Get the array that should be JSON serialized.

Return Value

array