ArrayObject
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.
at line 31
array
toArray()
Get the instance as an array.
at line 39
array
jsonSerialize()
Get the array that should be JSON serialized.