ThemeSettingsRepositoryInterface
in
Interface ThemeSettingsRepositoryInterface
Table of Contents
- getAll() : array<string|int, ThemeSettingsInterface>
- getById() : ThemeSettingsInterface
- updateDatabaseEntry() : void
- updateThemeSetting() : void
Methods
getAll()
public
getAll() : array<string|int, ThemeSettingsInterface>
Return values
array<string|int, ThemeSettingsInterface> —getById()
public
getById(string $id) : ThemeSettingsInterface
Parameters
- $id : string
Return values
ThemeSettingsInterface —updateDatabaseEntry()
public
updateDatabaseEntry(ThemeSettingsInterface $settings) : void
Parameters
- $settings : ThemeSettingsInterface
Return values
void —updateThemeSetting()
public
updateThemeSetting(ThemeSettingsInterface $settings) : void
Parameters
- $settings : ThemeSettingsInterface