ArrayObject
class ArrayObject extends ArrayObject implements Arrayable, JsonSerializable (View source)
Methods
Collection | collect()
Get a collection containing the underlying 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.
toArray()
Get the instance as an array.
array jsonSerialize()
Get the array that should be JSON serialized.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/9.x/Illuminate/Database/Eloquent/Casts/ArrayObject.html