Protected Member Functions | |
_construct () |
Definition at line 28 of file Price.php.
_construct | ( | ) | [protected] |
Resource initialization
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 30 of file Price.php.
00031 { 00032 $this->_init('catalogrule/rule_product_price', 'rule_product_price_id'); 00033 }