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