OptionSetRepository
in package
Class ThemeOptionsRepository
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- get() : OptionSet
- save() : bool
- Save a ThemeOptions entity to the component.yml file.
Properties
$storage
protected
Storable
$storage
Methods
__construct()
public
__construct(Storable $storage) : mixed
Parameters
- $storage : Storable
get()
public
get(Theme $theme) : OptionSet
Parameters
- $theme : Theme
Return values
OptionSetsave()
Save a ThemeOptions entity to the component.yml file.
public
save(OptionSet $entity) : bool
Parameters
- $entity : OptionSet