Mage_Adminhtml_Model_System_Config_Source_Shipping_Taxclass Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 26 of file Taxclass.php.


Member Function Documentation

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     }


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