Mage_Reports_Model_Mysql4_Shopcart_Product_Collection Class Reference

Inheritance diagram for Mage_Reports_Model_Mysql4_Shopcart_Product_Collection:

Mage_Reports_Model_Mysql4_Product_Collection Mage_Catalog_Model_Resource_Eav_Mysql4_Product_Collection Mage_Catalog_Model_Resource_Eav_Mysql4_Collection_Abstract Mage_Eav_Model_Entity_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 setDateRange ($from, $to)

Protected Member Functions

 _joinFields ()


Detailed Description

Definition at line 35 of file Collection.php.


Member Function Documentation

_joinFields (  )  [protected]

Reimplemented from Mage_Reports_Model_Mysql4_Product_Collection.

Definition at line 37 of file Collection.php.

00038     {
00039         parent::_joinFields();
00040         $this->addAttributeToSelect('price')
00041             ->addCartsCount()
00042             ->addOrdersCount();
00043     }

setDateRange ( from,
to 
)

Definition at line 45 of file Collection.php.

00046     {
00047         $this->resetSelect();
00048         return $this;
00049     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:37 2009 for Magento by  doxygen 1.5.8