class Illuminate / Database / Eloquent / Casts / ArrayObject

ArrayObject

Extends

Implements

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.