extends |
Model |
---|
Class Wishlist
Methods | ||
---|---|---|
public
|
addWishlist(int $customer_id, int $product_id): void
|
# |
public
|
deleteWishlist(int $customer_id, int $product_id = 0): void
|
# |
public
|
getWishlist(int $customer_id): array<int, array<string, mixed>>
|
# |
public
|
getTotalWishlist(int $customer_id): int
|
# |
Methods inherited from Opencart\System\Engine\Model |
---|
__construct(), __get(), __set(), __isset() |
Properties inherited from Opencart\System\Engine\Model |
---|
$registry |