interface Castable

Methods

static CastInputs|string
castUsing(array $arguments = [])

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

Details

at line 12
static CastInputs|string castUsing(array $arguments = [])

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

Parameters

array $arguments

Return Value

CastInputs|string