ThemeSettingsServiceFactory
in package
implements
ThemeSettingsServiceFactoryInterface
Class ThemeSettingsServiceFactory
Tags
Interfaces, Classes and Traits
- ThemeSettingsServiceFactoryInterface
- Interface ThemeSettingsServiceFactoryInterface
Table of Contents
- $adapter : FilesystemAdapter
- $cacheControl : CacheControl
- $factory : ThemeSettingsFactoryInterface
- $queryBuilder : CI_DB_query_builder
- $reader : ThemeSettingsReaderInterface
- $repository : ThemeSettingsRepositoryInterface
- $service : ThemeSettingsServiceInterface
- $themeInitialisationService : ThemeInitialisationServiceInterface
- $themeService : ThemeServiceInterface
- $writer : ThemeSettingsWriterInterface
- __construct() : mixed
- ThemeSettingsServiceFactory constructor.
- factory() : ThemeSettingsFactoryInterface
- reader() : ThemeSettingsReaderInterface
- repository() : ThemeSettingsRepositoryInterface
- service() : ThemeSettingsServiceInterface
- writer() : ThemeSettingsWriterInterface
Properties
$adapter
protected
FilesystemAdapter
$adapter
$cacheControl
protected
CacheControl
$cacheControl
$factory
protected
ThemeSettingsFactoryInterface
$factory
$queryBuilder
protected
CI_DB_query_builder
$queryBuilder
$reader
protected
ThemeSettingsReaderInterface
$reader
$repository
protected
ThemeSettingsRepositoryInterface
$repository
$service
protected
ThemeSettingsServiceInterface
$service
$themeInitialisationService
protected
ThemeInitialisationServiceInterface
$themeInitialisationService
$themeService
protected
ThemeServiceInterface
$themeService
$writer
protected
ThemeSettingsWriterInterface
$writer
Methods
__construct()
ThemeSettingsServiceFactory constructor.
public
__construct(FilesystemAdapter $adapter, CI_DB_query_builder $queryBuilder, CacheControl $cacheControl, ThemeServiceInterface $themeService) : mixed
Parameters
- $adapter : FilesystemAdapter
- $queryBuilder : CI_DB_query_builder
- $cacheControl : CacheControl
- $themeService : ThemeServiceInterface
Return values
mixed —factory()
public
factory() : ThemeSettingsFactoryInterface
Return values
ThemeSettingsFactoryInterface —reader()
public
reader() : ThemeSettingsReaderInterface
Return values
ThemeSettingsReaderInterface —repository()
public
repository() : ThemeSettingsRepositoryInterface
Return values
ThemeSettingsRepositoryInterface —service()
public
service() : ThemeSettingsServiceInterface
Tags
Return values
ThemeSettingsServiceInterface —writer()
public
writer() : ThemeSettingsWriterInterface