Public Member Functions | |
getQuoteRuleConditionInstance ($type) | |
getQuoteRuleActionInstance ($type) |
Definition at line 28 of file Config.php.
getQuoteRuleActionInstance | ( | $ | type | ) |
Definition at line 36 of file Config.php.
00037 { 00038 return Mage::getConfig()->getNodeClassInstance("global/sales/quote/rule/actions/$type"); 00039 }
getQuoteRuleConditionInstance | ( | $ | type | ) |
Definition at line 30 of file Config.php.
00031 { 00032 $config = Mage::getConfig()->getNodeClassInstance("global/sales/quote/rule/conditions/$type"); 00033 return $config; 00034 }