class IlluminateCaster (View source)

Methods

static  array
castApplication( Application $app)

Get an array representing the properties of an application.

static  array
castCollection( Collection $collection)

Get an array representing the properties of a collection.

static  array
castModel( Model $model)

Get an array representing the properties of a model.

Details

at line line 42
static array castApplication( Application $app)

Get an array representing the properties of an application.

Parameters

Application $app

Return Value

array

at line line 67
static array castCollection( Collection $collection)

Get an array representing the properties of a collection.

Parameters

Collection $collection

Return Value

array

at line line 80
static array castModel( Model $model)

Get an array representing the properties of a model.

Parameters

Model $model

Return Value

array