class
Illuminate
/
Database
/
Eloquent
/
Casts
/
ArrayObject
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ArrayObject
Extends
Implements
- Illuminate\...\Arrayable
- JsonSerializable
Methods
public
collect ( ) : Illuminate\...\Collection
Get a collection containing the underlying array.
public
toArray ( ) : array
Get the instance as an array.
public
jsonSerialize ( ) : array
Get the array that should be JSON serialized.