Mage_Sales_Model_Entity_Order_Shipment Class Reference

Inheritance diagram for Mage_Sales_Model_Entity_Order_Shipment:

Mage_Eav_Model_Entity_Abstract Mage_Core_Model_Resource_Abstract Mage_Eav_Model_Entity_Interface

List of all members.

Public Member Functions

 __construct ()


Detailed Description

Definition at line 35 of file Shipment.php.


Constructor & Destructor Documentation

__construct (  ) 

Reimplemented from Mage_Core_Model_Resource_Abstract.

Definition at line 37 of file Shipment.php.

00038     {
00039         $resource = Mage::getSingleton('core/resource');
00040         $this->setType('shipment')->setConnection(
00041             $resource->getConnection('sales_read'),
00042             $resource->getConnection('sales_write')
00043         );
00044     }


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

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