laravel / 8 / api / 8.x / illuminate / database / eloquent / casts / arrayobject.html

ArrayObject

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

Methods

Collection 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

array toArray()

Get the instance as an array.

Return Value

array

array jsonSerialize()

Get the array that should be JSON serialized.

Return Value

array

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Database/Eloquent/Casts/ArrayObject.html