Public Member Functions | |
toOptionArray () |
Definition at line 26 of file Catalog.php.
toOptionArray | ( | ) |
Definition at line 28 of file Catalog.php.
00029 { 00030 return array( 00031 array('value'=>0, 'label'=>Mage::helper('adminhtml')->__('No (price without tax)')), 00032 array('value'=>1, 'label'=>Mage::helper('adminhtml')->__('Yes (only price with tax)')), 00033 array('value'=>2, 'label'=>Mage::helper('adminhtml')->__("Both (without and with tax)")), 00034 ); 00035 }