Public Member Functions | |
toOptionArray () |
Definition at line 34 of file Scope.php.
toOptionArray | ( | ) |
Scope filter
Definition at line 39 of file Scope.php.
00040 { 00041 return array( 00042 array('value'=>'website', 'label'=>Mage::helper('adminhtml')->__('Website')), 00043 array('value'=>'group', 'label'=>Mage::helper('adminhtml')->__('Store')), 00044 array('value'=>'store', 'label'=>Mage::helper('adminhtml')->__('Store View')), 00045 ); 00046 }