laravel / 10 / api / 10.x / illuminate / database / eloquent / casts / ascollection.html

AsCollection

class AsCollection implements Castable (View source)

Methods

static castUsing(array $arguments)

Get the caster class to use when casting from / to this cast target.

__construct(array $arguments)

No description

get($model, $key, $value, $attributes)

No description

set($model, $key, $value, $attributes)

No description

Details

static castUsing(array $arguments)

Get the caster class to use when casting from / to this cast target.

Parameters

array $arguments

__construct(array $arguments)

No description

Parameters

array $arguments

get($model, $key, $value, $attributes)

No description

Parameters

$model
$key
$value
$attributes

set($model, $key, $value, $attributes)

No description

Parameters

$model
$key
$value
$attributes

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Database/Eloquent/Casts/AsCollection.html