GoogleAnalyticsConfigurationServiceFactory
in package
implements
GoogleAnalyticsConfigurationServiceFactoryInterface
Class GoogleAnalyticsConfigurationServiceFactory
Interfaces, Classes and Traits
- GoogleAnalyticsConfigurationServiceFactoryInterface
- Interface GoogleAnalyticsConfigurationServiceFactoryInterface
Table of Contents
- $queryBuilder : CI_DB_query_builder
- $readService : GoogleAnalyticsConfigurationReadService
- $storage : GoogleConfigurationStorage
- $writeService : GoogleAnalyticsConfigurationWriteService
- readService() : GoogleAnalyticsConfigurationReadServiceInterface
- Creates (and in memory caches) the Google Analytics Configuration Read Service.
- setQueryBuilder() : void
- writeService() : GoogleAnalyticsConfigurationWriteServiceInterface
- Creates (and in memory caches) the Google Analytics Configuration Write Service.
- _storage() : GoogleConfigurationStorage
- Creates (and in memory caches) the Google Configuration Storage component.
- queryBuilder() : CI_DB_query_builder
Properties
$queryBuilder
protected
static CI_DB_query_builder
$queryBuilder
$readService
protected
static GoogleAnalyticsConfigurationReadService
$readService
$storage
protected
static GoogleConfigurationStorage
$storage
$writeService
protected
static GoogleAnalyticsConfigurationWriteService
$writeService
Methods
readService()
Creates (and in memory caches) the Google Analytics Configuration Read Service.
public
static readService() : GoogleAnalyticsConfigurationReadServiceInterface
Return values
GoogleAnalyticsConfigurationReadServiceInterface —setQueryBuilder()
public
static setQueryBuilder(CI_DB_query_builder $queryBuilder) : void
Parameters
- $queryBuilder : CI_DB_query_builder
Return values
void —writeService()
Creates (and in memory caches) the Google Analytics Configuration Write Service.
public
static writeService() : GoogleAnalyticsConfigurationWriteServiceInterface
Return values
GoogleAnalyticsConfigurationWriteServiceInterface —_storage()
Creates (and in memory caches) the Google Configuration Storage component.
protected
static _storage() : GoogleConfigurationStorage
Return values
GoogleConfigurationStorage —queryBuilder()
private
static queryBuilder() : CI_DB_query_builder