SettingsManager
class SettingsManager implements SettingsStorage
Properties
| protected | $cacheTag |
Methods
mixed
get(string $key, $default = null)
No description
void
set(string $key, $value = null)
No description
bool
has(string $key)
No description
array
all()
No description
bool
databaseHasTable()
No description
string
inferType($value)
No description
Details
at line 14
mixed
get(string $key, $default = null)
No description
at line 32
void
set(string $key, $value = null)
No description
at line 56
bool
has(string $key)
No description
at line 61
array
all()
No description
at line 70
protected bool
databaseHasTable()
No description
at line 80
protected string
inferType($value)
No description