Mage_Downloadable_Model_System_Config_Source_Contentdisposition Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 34 of file Contentdisposition.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 36 of file Contentdisposition.php.

00037     {
00038         return array(
00039             array(
00040                 'value' => 'attachment',
00041                 'label' => Mage::helper('downloadable')->__('attachment')
00042             ),
00043             array(
00044                 'value' => 'inline',
00045                 'label' => Mage::helper('downloadable')->__('inline')
00046             )
00047         );
00048     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:09 2009 for Magento by  doxygen 1.5.8