Mage_Sales_Model_Quote_Config Class Reference

List of all members.

Public Member Functions

 getProductAttributes ()
 getTotalModels ()

Public Attributes

const XML_PATH_QUOTE_PRODUCT_ATTRIBUTES = 'global/sales/quote/item/product_attributes'


Detailed Description

Definition at line 28 of file Config.php.


Member Function Documentation

getProductAttributes (  ) 

Definition at line 32 of file Config.php.

00033     {
00034         $attributes = Mage::getConfig()->getNode(self::XML_PATH_QUOTE_PRODUCT_ATTRIBUTES)->asArray();
00035         return array_keys($attributes);
00036     }

getTotalModels (  ) 

Definition at line 38 of file Config.php.

00039     {
00040 
00041     }


Member Data Documentation

const XML_PATH_QUOTE_PRODUCT_ATTRIBUTES = 'global/sales/quote/item/product_attributes'

Definition at line 30 of file Config.php.


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

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