Mage_Adminhtml_Model_System_Config_Source_Watermark_Position Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 35 of file Position.php.


Member Function Documentation

toOptionArray (  ) 

Get available options

Returns:
array

Definition at line 43 of file Position.php.

00044     {
00045         return array(
00046             array('value' => 'stretch',         'label' => Mage::helper('catalog')->__('Stretch')),
00047             array('value' => 'tile',            'label' => Mage::helper('catalog')->__('Tile')),
00048             array('value' => 'top-left',        'label' => Mage::helper('catalog')->__('Top/Left')),
00049             array('value' => 'top-right',       'label' => Mage::helper('catalog')->__('Top/Right')),
00050             array('value' => 'bottom-left',     'label' => Mage::helper('catalog')->__('Bottom/Left')),
00051             array('value' => 'bottom-right',    'label' => Mage::helper('catalog')->__('Bottom/Right')),
00052         );
00053     }


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