Mage_Checkout_Model_Config_Source_Cart_Summary Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 26 of file Summary.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 28 of file Summary.php.

00029     {
00030         return array(
00031             array('value'=>0, 'label'=>Mage::helper('checkout')->__('Display number of items in cart')),
00032             array('value'=>1, 'label'=>Mage::helper('checkout')->__('Display item quantities')),
00033         );
00034     }


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

Generated on Sat Jul 4 17:23:51 2009 for Magento by  doxygen 1.5.8