Public Member Functions | |
toOptionArray () |
Definition at line 26 of file Summary.php.
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 }