Mage_Adminhtml_Model_System_Config_Source_Email_Method Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 35 of file Method.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 37 of file Method.php.

00038     {
00039         $options    = array(
00040             array(
00041                 'value' => 'bcc',
00042                 'label' => Mage::helper('adminhtml')->__('Bcc')
00043             ),
00044             array(
00045                 'value' => 'copy',
00046                 'label' => Mage::helper('adminhtml')->__('Separate email')
00047             ),
00048         );
00049         return $options;
00050     }


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