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