Mage_Adminhtml_Model_System_Config_Source_Web_Protocol Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 26 of file Protocol.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 29 of file Protocol.php.

00030     {
00031         return array(
00032             array('value'=>'', 'label'=>''),
00033             array('value'=>'http', 'label'=>Mage::helper('adminhtml')->__('HTTP (unsecure)')),
00034             array('value'=>'https', 'label'=>Mage::helper('adminhtml')->__('HTTPS (SSL)')),
00035         );
00036     }


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