Mage_Weee_Model_Config_Source_Display Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 26 of file Display.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 29 of file Display.php.

00030     {
00031         return array(
00032             array('value'=>0, 'label'=>Mage::helper('weee')->__('Including FPT only')),
00033             array('value'=>1, 'label'=>Mage::helper('weee')->__('Including FPT and FPT description [excl. FPT VAT]')),
00034             array('value'=>4, 'label'=>Mage::helper('weee')->__('Including FPT and FPT description [incl. FPT VAT]')),
00035             array('value'=>2, 'label'=>Mage::helper('weee')->__('Excluding FPT, FPT description, final price')),
00036             array('value'=>3, 'label'=>Mage::helper('weee')->__('Excluding FPT')),
00037         );
00038     }


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

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