Mage_Tax_Model_Calculation_Rate_Title Class Reference

Inheritance diagram for Mage_Tax_Model_Calculation_Rate_Title:

Mage_Core_Model_Abstract Varien_Object

List of all members.

Public Member Functions

 deleteByRateId ($rateId)

Protected Member Functions

 _construct ()


Detailed Description

Tax Rate Title Model

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

Definition at line 33 of file Title.php.


Member Function Documentation

_construct (  )  [protected]

Enter description here...

Reimplemented from Varien_Object.

Definition at line 35 of file Title.php.

00036     {
00037         $this->_init('tax/calculation_rate_title');
00038     }

deleteByRateId ( rateId  ) 

Definition at line 40 of file Title.php.

00041     {
00042         $this->getResource()->deleteByRateId($rateId);
00043         return $this;
00044     }


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

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