Mage_Adminhtml_Model_System_Config_Source_Product_Options_Price Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 34 of file Price.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 36 of file Price.php.

00037     {
00038         return array(
00039             array('value' => 'fixed', 'label' => Mage::helper('adminhtml')->__('Fixed')),
00040             array('value' => 'percent', 'label' => Mage::helper('adminhtml')->__('Percent'))
00041         );
00042     }


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

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