Class QuantityUnitServiceFactory

Class QuantityUnitServiceFactory

Methods summary

public __construct( CI_DB_query_builder $queryBuilder )

QuantityUnitServiceFactory constructor.

public createReadService( void ) : QuantityUnitReadService

Creates a new instance of QuantityUnitReadService or returns the existing one.

public createWriteService( void ) : QuantityUnitWriteService

Creates a new instance of QuantityUnitWriteService or returns the existing one.

protected _createRepository( void ) : QuantityUnitRepository

Creates a new instance of QuantityUnitRepository or returns the existing one.

protected _createStorage( void ) : QuantityUnitStorage

Creates a new instance of QuantityUnitStorage or returns the existing one.

protected _createFactory( void ) : QuantityUnitFactory

Creates a new instance of QuantityUnitFactory or returns the existing one.

protected _createLanguageProvider( void ) : LanguageProvider

Creates a new instance of LanguageProvider or returns the existing one.

Properties summary