phpDocumentor

ContentServiceFactory
in package
implements ContentServiceFactoryInterface

Class ContentServiceFactory

This class represents a factory for content services

Tags
category

System

Interfaces, Classes and Traits

ContentServiceFactoryInterface
Interface ContentServiceFactoryInterface

Table of Contents

$contentIdentificationResolver  : ContentIdResolverInterface
$deleter  : ContentDeleter
$factory  : ContentValueObjectFactory
$identificationFactory  : ContentIdentificationFactory
$queryBuilder  : CI_DB_query_builder
CodeIgniter QueryBuilder
$reader  : ContentReader
$readService  : ContentReadService
$repository  : ContentRepository
Content repository
$writer  : ContentWriter
Content writer
$writeService  : ContentWriteService
Content write service
__construct()  : mixed
ContentServiceFactory constructor
createReadService()  : ContentReadService
createWriteService()  : ContentWriteService
Return a content write service
deleter()  : ContentDeleter
Create content deleter.
reader()  : ContentReader
contentIdentificationResolver()  : ContentIdResolverInterface
factory()  : ContentValueObjectFactory
identificationFactory()  : ContentIdentificationFactoryInterface
repository()  : ContentRepository
Return a content repository
writer()  : ContentWriter
Return a content writer

Properties

Methods

__construct()

ContentServiceFactory constructor

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

CodeIgniter QueryBuilder instance

Return values
mixed

Search results