SequenceEmailSendDelayConfiguration
in package
implements
CastsAttributes
Table of Contents
Interfaces
- CastsAttributes
Methods
- get() : mixed
- Cast the given value.
- set() : array<string, string>
- Prepare the given value for storage.
Methods
get()
Cast the given value.
public
get(Model $model, string $key, mixed $value, array<string, mixed> $attributes) : mixed
Parameters
- $model : Model
- $key : string
- $value : mixed
- $attributes : array<string, mixed>
set()
Prepare the given value for storage.
public
set(mixed $model, string $key, mixed $value, array<string, mixed> $attributes) : array<string, string>
Parameters
- $model : mixed
- $key : string
- $value : mixed
- $attributes : array<string, mixed>