ConfigurationRepository
in package
implements
ConfigurationRepositoryInterface
Class ConfigurationRepository
Interfaces, Classes and Traits
- ConfigurationRepositoryInterface
- Interface ConfigurationRepositoryInterface
Table of Contents
- $converter : StyleEdit3ToStyleEdit4ConverterInterface
- $factory : ConfigurationFactoryInterface
- $reader : ConfigurationJsonReaderInterface
- __construct() : mixed
- ConfigurationRepository constructor.
- convertFromStyleEdit3() : ConfigurationInterface
- getSettingsById() : ConfigurationInterface
Properties
$converter
protected
StyleEdit3ToStyleEdit4ConverterInterface
$converter
$factory
protected
ConfigurationFactoryInterface
$factory
$reader
protected
ConfigurationJsonReaderInterface
$reader
Methods
__construct()
ConfigurationRepository constructor.
public
__construct(ConfigurationJsonReaderInterface $reader, ConfigurationFactoryInterface $factory, StyleEdit3ToStyleEdit4ConverterInterface $converter) : mixed
Parameters
- $reader : ConfigurationJsonReaderInterface
- $factory : ConfigurationFactoryInterface
- $converter : StyleEdit3ToStyleEdit4ConverterInterface
Return values
mixed —convertFromStyleEdit3()
public
convertFromStyleEdit3(StyleEdit3ConfigurationInterface $configuration) : ConfigurationInterface
Parameters
- $configuration : StyleEdit3ConfigurationInterface
Return values
ConfigurationInterface —getSettingsById()
public
getSettingsById(string $themeId) : ConfigurationInterface
Parameters
- $themeId : string