Mage_Sales_Model_Mysql4_Order_Shipment_Comment_Collection Class Reference

Inheritance diagram for Mage_Sales_Model_Mysql4_Order_Shipment_Comment_Collection:

Mage_Eav_Model_Entity_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 setShipmentFilter ($shipmentId)
 setCreatedAtOrder ($order='desc')

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 35 of file Collection.php.


Member Function Documentation

_construct (  )  [protected]

Initialize collection

Reimplemented from Mage_Eav_Model_Entity_Collection_Abstract.

Definition at line 37 of file Collection.php.

00038     {
00039         $this->_init('sales/order_shipment_comment');
00040     }

setCreatedAtOrder ( order = 'desc'  ) 

Definition at line 48 of file Collection.php.

00049     {
00050         $this->setOrder('created_at', $order);
00051         return $this;
00052     }

setShipmentFilter ( shipmentId  ) 

Definition at line 42 of file Collection.php.

00043     {
00044         $this->addAttributeToFilter('parent_id', $shipmentId);
00045         return $this;
00046     }


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

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