AsDataObject
class AsDataObject implements CastsAttributes
Methods
__construct(string $argument)
No description
mixed
static string
castUsing(string $class)
Specify a custom caster class for the data object.
Details
at line 14
__construct(string $argument)
No description
at line 31
mixed
get(Model $model, string $key, mixed $value, array $attributes)
Cast the given value.
at line 52
mixed
set(Model $model, string $key, mixed $value, array $attributes)
Prepare the given value for storage.
at line 64
static string
castUsing(string $class)
Specify a custom caster class for the data object.