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

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