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