class Illuminate / Database / Eloquent / Casts / ArrayObject
You are viewing an older version of the documentation. For the latest, please visit master documentation.

ArrayObject

Extends

Implements

Methods

public

collect ( ) : 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.