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

CastsAttributes

Methods

public

get ( Model $model , string $key , mixed $value , array $attributes ) : TGet|null

Transform the attribute from the underlying model values.

Parameters

  • $model Model
  • $key string
  • $value mixed
  • $attributes array
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 TSet|null
  • $attributes array