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

AsEnumArrayObject

Implements

  • Illuminate\...\Castable

Methods

public static

castUsing ( array $arguments ) : Illuminate\...\TEnum>>

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

Parameters

  • $arguments array{: class-string<\TEnum>}
public static

of ( $class ) : string

Specify the Enum for the cast.

Parameters

  • $class class-string