CategoryServiceFactory

Extends \AbstractCategoryServiceFactory

Class CategoryServiceFactory

This class provides methods for creating the objects of the public category service api with its dependencies.

category

System

package

Category

subpackage

Factories

Methods

CategoryServiceFactory constructor.

__construct(\CI_DB_query_builder $db, \CategoryServiceSettingsInterface $settings, \GMSEOBoost $seoBoost) 

Arguments

$db

\CI_DB_query_builder

Database connector.

$settings

\CategoryServiceSettingsInterface

Category service settings.

$seoBoost

\GMSEOBoost

Creates a category object service.

createCategoryObjectService() : \CategoryObjectServiceInterface
inherited abstract

Creates a category read service.

createCategoryReadService() : \CategoryReadServiceInterface
inherited abstract

Creates a category write service.

createCategoryWriteService() : \CategoryWriteServiceInterface
inherited abstract

Properties