GmConfigurationServiceFactory
in package
implements
GmConfigurationServiceFactoryInterface
Class GmConfigurationServiceFactory
Interfaces, Classes and Traits
- GmConfigurationServiceFactoryInterface
- Interface GmConfigurationServiceFactoryInterface
Table of Contents
- $factory : GmConfigurationFactoryInterface
- $queryBuilder : CI_DB_query_builder
- $reader : GmConfigurationReaderInterface
- $repository : GmConfigurationRepositoryInterface
- $service : GmConfigurationServiceInterface
- $writer : GmConfigurationWriterInterface
- __construct() : mixed
- GmConfigurationServiceFactory constructor.
- factory() : GmConfigurationFactoryInterface
- reader() : GmConfigurationReaderInterface
- repository() : GmConfigurationRepositoryInterface
- service() : GmConfigurationServiceInterface
- writer() : GmConfigurationWriterInterface
Properties
$factory
protected
GmConfigurationFactoryInterface
$factory
$queryBuilder
protected
CI_DB_query_builder
$queryBuilder
$reader
protected
GmConfigurationReaderInterface
$reader
$repository
protected
GmConfigurationRepositoryInterface
$repository
$service
protected
GmConfigurationServiceInterface
$service
$writer
protected
GmConfigurationWriterInterface
$writer
Methods
__construct()
GmConfigurationServiceFactory constructor.
public
__construct(CI_DB_query_builder $queryBuilder) : mixed
Parameters
- $queryBuilder : CI_DB_query_builder
Return values
mixed —factory()
public
factory() : GmConfigurationFactoryInterface
Return values
GmConfigurationFactoryInterface —reader()
public
reader() : GmConfigurationReaderInterface
Return values
GmConfigurationReaderInterface —repository()
public
repository() : GmConfigurationRepositoryInterface
Return values
GmConfigurationRepositoryInterface —service()
public
service() : GmConfigurationServiceInterface
Return values
GmConfigurationServiceInterface —writer()
public
writer() : GmConfigurationWriterInterface