WishlistRepository
in
Table of Contents
- getWishlist() : Wishlist
- Get the Wishlist for a given user.
- removeWishlist() : void
- Remove the Wishlist for a given user.
Methods
getWishlist()
Get the Wishlist for a given user.
public
getWishlist(CustomerId $customerId, int $languageId) : Wishlist
Parameters
- $customerId : CustomerId
- $languageId : int
Return values
Wishlist —removeWishlist()
Remove the Wishlist for a given user.
public
removeWishlist(CustomerId $customerId) : void
Parameters
- $customerId : CustomerId