Public Member Functions | |
toOptionArray () |
Definition at line 35 of file Method.php.
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 }