Class Mage_Wishlist_Model_Resource_Item_Collection
Wishlist item collection
- Varien_Data_Collection_Db
- Mage_Core_Model_Resource_Db_Collection_Abstract
- Mage_Wishlist_Model_Resource_Item_Collection
Direct known subclasses
Mage_Wishlist_Model_Mysql4_Item_Collection
Package: Mage\Wishlist
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Wishlist/Model/Resource/Item/Collection.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Wishlist/Model/Resource/Item/Collection.php
CACHE_TAG
|
protected
boolean
|
$_productVisible | false |
#
Product Visibility Filter to product collection flag |
protected
boolean
|
$_productSalable | false |
#
Product Salable Filter to product collection flag |
protected
boolean
|
$_productInStock | false |
#
If product out of stock, its item will be removed after load |
protected
array
|
$_productIds | array() |
#
Product Ids array |
protected
array
|
$_storeIds | array() |
#
Store Ids array |
protected
boolean
|
$_addDaysInWishlist | false |
#
Add days in whishlist filter of product collection |
protected
integer
|
$_itemsQty |
|
#
Sum of items collection qty |
protected
boolean
|
$_isProductNameJoined | false |
#
Whether product name attribute value table is joined in select |