Class QuantityUnitServiceFactory
Class QuantityUnitServiceFactory
Package: QuantityUnit\Factories
Category: System
Located at Services/Core/QuantityUnit/Factories/QuantityUnitServiceFactory.inc.php
Category: System
Located at Services/Core/QuantityUnit/Factories/QuantityUnitServiceFactory.inc.php
Methods summary
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.