PurposeUpdateServiceFactory
in package
implements
PurposeUpdateServiceFactoryInterface
Class PurposeUpdateServiceFactory
Interfaces, Classes and Traits
- PurposeUpdateServiceFactoryInterface
- Interface PurposeUpdateServiceFactoryInterface
Table of Contents
- $queryBuilder : CI_DB_query_builder
- $repository : PurposeUpdateRepository
- $service : PurposeUpdateService
- $updater : PurposeDatabaseUpdater
- __construct() : mixed
- PurposeUpdateServiceFactory constructor.
- service() : PurposeUpdateServiceInterface
- repository() : PurposeUpdateRepositoryInterface
- updater() : PurposeDatabaseUpdaterInterface
Properties
$queryBuilder
protected
CI_DB_query_builder
$queryBuilder
$repository
protected
PurposeUpdateRepository
$repository
$service
protected
PurposeUpdateService
$service
$updater
protected
PurposeDatabaseUpdater
$updater
Methods
__construct()
PurposeUpdateServiceFactory constructor.
public
__construct([CI_DB_query_builder $queryBuilder = null ]) : mixed
Parameters
- $queryBuilder : CI_DB_query_builder = null
Return values
mixed —service()
public
service() : PurposeUpdateServiceInterface
Tags
Return values
PurposeUpdateServiceInterface —repository()
protected
repository() : PurposeUpdateRepositoryInterface
Return values
PurposeUpdateRepositoryInterface —updater()
protected
updater() : PurposeDatabaseUpdaterInterface