class ArrayObject extends ArrayObject implements Arrayable, JsonSerializable (View source)

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

Collection collect()

Get a collection containing the underlying array.

Return Value

Collection

array toArray()

Get the instance as an array.

Return Value

array

array jsonSerialize()

Get the array that should be JSON serialized.

Return Value

array