Class ShoppingCartServiceFactory

Class ShoppingCartServiceFactory

ShoppingCartServiceFactory implements ShoppingCartServiceFactoryInterface

Methods summary

public __construct( CI_DB_query_builder $db )

SharedShoppingCartServiceFactory constructor.

public createShoppingCartService( void ) : ShoppingCartServiceInterface

Creates a ShoppingCartService instance.

public createSharedShoppingCartService( void ) : boolean|SharedShoppingCartService

Creates a SharedShoppingCartService instance.

protected createSharedShoppingCartRepository( void ) : boolean|SharedShoppingCartRepository

Creates a SharedShoppingCartRepository instance.

protected createSharedShoppingCartReader( void ) : boolean|SharedShoppingCartReader

Creates a SharedShoppingCartReader instance.

protected createSharedShoppingCartWriter( void ) : boolean|SharedShoppingCartWriter

Creates a SharedShoppingCartWriter instance.

protected createSharedShoppingCartDeleter( void ) : boolean|SharedShoppingCartDeleter

Creates a SharedShoppingCartDeleter instance.

protected createSharedShoppingCartSettings( void ) : boolean|SharedShoppingCartSettings

Creates a SharedShoppingCartSettings instance.

Properties summary

protected $db : CI_DB_query_builder