interface CastInputs

Methods

mixed
get(string $key, mixed $value, array $inputs)

Transform the inputs from the underlying input value.

Details

at line 17
mixed get(string $key, mixed $value, array $inputs)

Transform the inputs from the underlying input value.

Parameters

string $key

The inputs key

mixed $value

The inputs value

array $inputs

All inputs

Return Value

mixed

The transformed value