Property | Type | Description | |
---|---|---|---|
$changed | array | The configs changed at runtime. | |
$items | array | Blog config array. |
Method | Description | |
---|---|---|
__construct ( ) | Setting constructor. | |
all ( ) : array | Get all setting item. | |
get ( string $key = null, string $default = null ) : array | null | Get setting item. | |
rollback ( ) | Rollback runtime change. | |
set ( string $key = null, string $value = null ) | Set setting item. | |
update ( ) | Update setting items, and store in driver. |
protected array $changed | ||
return | array |