class Serialize implements CastsAttributes

Methods

get($model, string $key, $value, array $attributes)

No description

set($model, string $key, $value, array $attributes)

No description

mixed
serialize(Model $model, string $key, mixed $value, array $attributes)

Get the serialized representation of the value.

Details

at line 9
get($model, string $key, $value, array $attributes)

No description

Parameters

$model
string $key
$value
array $attributes

at line 14
set($model, string $key, $value, array $attributes)

No description

Parameters

$model
string $key
$value
array $attributes

at line 28
mixed serialize(Model $model, string $key, mixed $value, array $attributes)

Get the serialized representation of the value.

Parameters

Model $model
string $key
mixed $value
array $attributes

Return Value

mixed