Laravel
Release notes
Upgrade Guide
Contribution Guide
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
On this page
On this page
Methods
set