Property | Type | Description | |
---|---|---|---|
$timestamps |
Property | Type | Description | |
---|---|---|---|
$guarded | |||
$primaryKey |
Method | Description | |
---|---|---|
get ( string $key ) : mixed | Get a setting value. | |
getValueAttribute ( $value ) | ||
set ( string | array $key, mixed $value = null ) | Set a setting (no pun) value. | |
setValueAttribute ( mixed $value ) | Serialize the setting value before saving into the database. |
public setValueAttribute ( mixed $value ) | ||
$value | mixed |