Public Member Functions | |
loadByRateId ($rateId) | |
Protected Member Functions | |
_construct () |
Definition at line 33 of file Collection.php.
_construct | ( | ) | [protected] |
Initialization here
Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.
Definition at line 35 of file Collection.php.
00036 { 00037 $this->_init('tax/calculation_rate_title', 'tax/calculation_rate_title'); 00038 }
loadByRateId | ( | $ | rateId | ) |
Definition at line 40 of file Collection.php.
00041 { 00042 $this->getSelect()->where('main_table.tax_calculation_rate_id = ?', $rateId); 00043 return $this->load(); 00044 }