Public Member Functions | |
setOrderFilter ($orderId) | |
Protected Member Functions | |
_construct () |
Definition at line 34 of file Collection.php.
_construct | ( | ) | [protected] |
Initialize collection
Reimplemented from Mage_Eav_Model_Entity_Collection_Abstract.
Definition at line 36 of file Collection.php.
00037 { 00038 $this->_init('sales/order_payment'); 00039 }
setOrderFilter | ( | $ | orderId | ) |
Definition at line 41 of file Collection.php.
00042 { 00043 $this->addAttributeToFilter('parent_id', $orderId); 00044 return $this; 00045 }