
Protected Member Functions | |
| _getPaymentMethods () | |
Definition at line 27 of file Allowedmethods.php.
| _getPaymentMethods | ( | ) | [protected] |
Reimplemented from Mage_Adminhtml_Model_System_Config_Source_Payment_Allmethods.
Definition at line 30 of file Allowedmethods.php.
00031 { 00032 return Mage::getSingleton('payment/config')->getActiveMethods(); 00033 }
1.5.8