Mage_Adminhtml_Model_System_Config_Source_Tax_Basedon Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 26 of file Basedon.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 28 of file Basedon.php.

00029     {
00030         return array(
00031             array('value'=>'shipping', 'label'=>Mage::helper('adminhtml')->__('Shipping address')),
00032             array('value'=>'billing', 'label'=>Mage::helper('adminhtml')->__('Billing address')),
00033             array('value'=>'origin', 'label'=>Mage::helper('adminhtml')->__("Shipping origin")),
00034         );
00035     }


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