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