Class SharedShoppingCartDeleter

Class SharedShoppingCartDeleter

SharedShoppingCartDeleter implements SharedShoppingCartDeleterInterface

Methods summary

public __construct( CI_DB_query_builder $db )

Constructor

public deleteShoppingCartsOlderThan( DateTime $expirationDate )
public deleteShoppingCartsByCustomerId( IdType $customerId )

Deletes all shared shopping carts by a given customer ID.

Properties summary

protected $db : CI_DB_query_builder