interface
Illuminate
/
Contracts
/
Database
/
Eloquent
/
CastsAttributes
You are viewing an older version of the documentation. For the latest, please visit master documentation.
CastsAttributes
Methods
public
get ( $model , string $key , $value , array $attributes ) : mixed
Transform the attribute from the underlying model values.
Parameters
- $model Model
- $key string
- $value mixed
- $attributes array
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