class Illuminate / Database / Eloquent / Casts / AsCollection
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

AsCollection

Implements

  • Illuminate\...\Castable

Methods

public static

castUsing ( array $arguments ) : Illuminate\...\Collection,iterable>

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

Parameters

  • $arguments array
public static

using ( $class ) : string

Specify the collection for the cast.

Parameters

  • $class class-string