Mage_Sales_Model_Mysql4_Order_Tax_Collection Class Reference

Inheritance diagram for Mage_Sales_Model_Mysql4_Order_Tax_Collection:

Mage_Core_Model_Mysql4_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 loadByOrder ($order)

Protected Member Functions

 _construct ()


Detailed Description

Order Tax Collection

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 33 of file Collection.php.


Member Function Documentation

_construct (  )  [protected]

Initialization here

Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.

Definition at line 35 of file Collection.php.

00036     {
00037         $this->_init('sales/order_tax', 'sales/order_tax');
00038     }

loadByOrder ( order  ) 

Definition at line 40 of file Collection.php.

00041     {
00042         $orderId = $order->getId();
00043         $this->getSelect()
00044             ->where('main_table.order_id = ?', $orderId)
00045             ->order('process');
00046         return $this->load();
00047     }


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