Mage_Sales_Model_Config Class Reference

List of all members.

Public Member Functions

 getQuoteRuleConditionInstance ($type)
 getQuoteRuleActionInstance ($type)


Detailed Description

Definition at line 28 of file Config.php.


Member Function Documentation

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     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:40 2009 for Magento by  doxygen 1.5.8