interface Illuminate / Contracts / Database / Eloquent / CastsInboundAttributes

CastsInboundAttributes

Methods

public

set ( Model $model , string $key , mixed $value , array $attributes ) : mixed

Transform the attribute to its underlying model values.

Parameters

  • $model Model
  • $key string
  • $value mixed
  • $attributes array