Public Member Functions | |
loadByCustomerRule ($customerId, $ruleId) | |
Protected Member Functions | |
_construct () |
Definition at line 28 of file Customer.php.
_construct | ( | ) | [protected] |
Enter description here...
Reimplemented from Varien_Object.
Definition at line 30 of file Customer.php.
00031 { 00032 parent::_construct(); 00033 $this->_init('salesrule/rule_customer'); 00034 }
loadByCustomerRule | ( | $ | customerId, | |
$ | ruleId | |||
) |
Definition at line 36 of file Customer.php.
00037 { 00038 $this->_getResource()->loadByCustomerRule($this, $customerId, $ruleId); 00039 return $this; 00040 }