Protected Member Functions | |
_construct () |
Definition at line 28 of file Product.php.
_construct | ( | ) | [protected] |
Enter description here...
Reimplemented from Varien_Object.
Definition at line 30 of file Product.php.
00031 { 00032 parent::_construct(); 00033 $this->_init('salesrule/rule_product'); 00034 }