Public Member Functions | |
setOrderFilter ($orderId) | |
Protected Member Functions | |
_construct () |
Definition at line 35 of file Collection.php.
_construct | ( | ) | [protected] |
Initialize collection
Reimplemented from Mage_Eav_Model_Entity_Collection_Abstract.
Definition at line 38 of file Collection.php.
00039 { 00040 $this->_init('sales/order_address'); 00041 }
setOrderFilter | ( | $ | orderId | ) |
Definition at line 43 of file Collection.php.
00044 { 00045 $this->addAttributeToFilter('parent_id', $orderId); 00046 return $this; 00047 }