ConfigurationServiceFactory
in package
implements
ConfigurationServiceFactoryInterface
Class ConfigurationServiceFactory
Interfaces, Classes and Traits
- ConfigurationServiceFactoryInterface
- Interface ConfigurationServiceFactoryInterface
Table of Contents
- $converter : StyleEdit3ToStyleEdit4ConverterInterface
- $factory : ConfigurationFactoryInterface
- $jsonReader : ConfigurationJsonReaderInterface
- $repository : ConfigurationRepositoryInterface
- $service : ConfigurationServiceInterface
- $themeFilesystem : FilesystemAdapter
- __construct() : mixed
- ConfigurationServiceFactory constructor.
- converter() : StyleEdit3ToStyleEdit4ConverterInterface
- factory() : ConfigurationFactoryInterface
- jsonReader() : ConfigurationJsonReaderInterface
- repository() : ConfigurationRepositoryInterface
- service() : ConfigurationServiceInterface
- themeFilesystem() : FilesystemAdapter
Properties
$converter
protected
StyleEdit3ToStyleEdit4ConverterInterface
$converter
$factory
protected
ConfigurationFactoryInterface
$factory
$jsonReader
protected
ConfigurationJsonReaderInterface
$jsonReader
$repository
protected
ConfigurationRepositoryInterface
$repository
$service
protected
ConfigurationServiceInterface
$service
$themeFilesystem
protected
FilesystemAdapter
$themeFilesystem
Methods
__construct()
ConfigurationServiceFactory constructor.
public
__construct(FilesystemAdapter $themeFilesystem) : mixed
Parameters
- $themeFilesystem : FilesystemAdapter
Return values
mixed —converter()
public
converter() : StyleEdit3ToStyleEdit4ConverterInterface
Return values
StyleEdit3ToStyleEdit4ConverterInterface —factory()
public
factory() : ConfigurationFactoryInterface
Return values
ConfigurationFactoryInterface —jsonReader()
public
jsonReader() : ConfigurationJsonReaderInterface
Return values
ConfigurationJsonReaderInterface —repository()
public
repository() : ConfigurationRepositoryInterface
Return values
ConfigurationRepositoryInterface —service()
public
service() : ConfigurationServiceInterface
Return values
ConfigurationServiceInterface —themeFilesystem()
public
themeFilesystem() : FilesystemAdapter