phpDocumentor

CustomerGroupServiceFactory

Class CustomerGroupServiceFactory *

Tags
category

System

subpackage

Factories

Table of Contents

$accessRepository  : CustomerGroupAccessRepository
$factory  : CustomerGroupFactory
$queryBuilder  : CI_DB_query_builder
$readerService  : CustomerGroupReadServiceInterface
$writeService  : CustomerGroupWriteServiceInterface
__construct()  : mixed
CustomerGroupServiceFactory constructor.
createFactory()  : mixed
createReadService()  : CustomerGroupReadServiceInterface
Creates a customer group read service.
createWriteService()  : CustomerGroupWriteServiceInterface
Creates a customer group write service.
_createFactory()  : $this
Creates a new instance of a CustomerGroupFactory object.
_createReader()  : CustomerGroupServiceFactory
Creates a new instance of a CustomerGroupReadService object.
_createRepository()  : CustomerGroupServiceFactory
Creates a new instance of a CustomerGroupRepository object.
_createWriter()  : CustomerGroupServiceFactory
Creates a new instance of a CustomerGroupWritService object.

Properties

Methods

__construct()

CustomerGroupServiceFactory constructor.

public __construct(CI_DB_query_builder $queryBuilder) : mixed
Parameters
$queryBuilder : CI_DB_query_builder

for database connection.

Return values
mixed

_createFactory()

Creates a new instance of a CustomerGroupFactory object.

protected _createFactory() : $this

Consecutive call provide the same Object.

Return values
$this

Search results