phpDocumentor

WithdrawalServiceFactory
in package

Class WithdrawalServiceFactory

Tags
category

System

subpackage

Factories

Table of Contents

$accessRepository  : WithdrawalAccessRepository
$deleter  : WithdrawalDeleterInterface
$factory  : WithdrawalFactory
$queryBuilder  : CI_DB_query_builder
$reader  : WithdrawalReaderInterface
$readService  : WithdrawalReadServiceInterface
$repository  : WithdrawalRepository
$writer  : WithdrawalWriterInterface
$writeService  : WithdrawalWriteServiceInterface
__construct()  : mixed
WithdrawalServiceFactory constructor.
createReadService()  : WithdrawalReadServiceInterface
Creates a withdrawal read service.
createWriteService()  : WithdrawalWriteServiceInterface
Creates a withdrawal write service.
_createAccessRepository()  : WithdrawalAccessRepository
Creates a new instance of a withdrawalRepository object.
_createDeleter()  : WithdrawalDeleterInterface
Creates a new instance of WithdrawalDeleter.
_createFactory()  : WithdrawalFactory
Creates a new instance of WithdrawalFactory Consecutive calls provide the same object.
_createReader()  : WithdrawalReaderInterface
Creates a new instance of WithdrawalReader.
_createRepository()  : WithdrawalRepositoryInterface
Creates a new instance of WithdrawalRepository.
_createWriter()  : WithdrawalWriterInterface
Creates a new instance of WithdrawalReader.

Properties

Methods

__construct()

WithdrawalServiceFactory constructor.

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

Search results