
Protected Member Functions | |
| _construct () | |
Definition at line 27 of file Tax.php.
| _construct | ( | ) | [protected] |
Enter description here...
Reimplemented from Varien_Object.
Definition at line 29 of file Tax.php.
00030 { 00031 $this->_init('sales/order_tax'); 00032 }
1.5.8