interface
Illuminate
/
Contracts
/
Database
/
Eloquent
/
CastsInboundAttributes
You are viewing an older version of the documentation. For the latest, please visit master documentation.
CastsInboundAttributes
Methods
public
set ( $model , string $key , $value , array $attributes ) : mixed
Transform the attribute to its underlying model values.
Parameters
- $model Model
- $key string
- $value mixed
- $attributes array