Mage_Adminhtml_Model_System_Config_Source_Product_Thumbnail Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 34 of file Thumbnail.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 36 of file Thumbnail.php.

00037     {
00038         return array(
00039             array('value'=>'itself', 'label'=>Mage::helper('adminhtml')->__('Product Thumbnail Itself')),
00040             array('value'=>'parent', 'label'=>Mage::helper('adminhtml')->__('Parent Product Thumbnail')),
00041         );
00042     }


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