class AsEncryptedCollection implements Castable

Methods

castUsing(array $arguments)

Get the caster class to use when casting from / to this cast target.

__construct(array $arguments)

No description

Collection|null
get(mixed $model, string $key, mixed $value, array $attributes)

No description

array|null
set(mixed $model, string $key, mixed $value, array $attributes)

No description

Details

at line 21
static CastsAttributes|CastsInboundAttributes|string castUsing(array $arguments)

Get the caster class to use when casting from / to this cast target.

Parameters

array $arguments

Return Value

CastsAttributes|CastsInboundAttributes|string

at line 24
__construct(array $arguments)

No description

Parameters

array $arguments

at line 29
Collection|null get(mixed $model, string $key, mixed $value, array $attributes)

No description

Parameters

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

Return Value

Collection|null

at line 56
array|null set(mixed $model, string $key, mixed $value, array $attributes)

No description

Parameters

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

Return Value

array|null