Public Member Functions | |
toOptionArray () |
Definition at line 26 of file Taxclass.php.
toOptionArray | ( | ) |
Definition at line 28 of file Taxclass.php.
00029 { 00030 $options = Mage::getModel('tax/class_source_product')->toOptionArray(); 00031 //array_unshift($options, array('value'=>'', 'label' => Mage::helper('tax')->__('None'))); 00032 return $options; 00033 }