Public Member Functions | |
toOptionArray () |
Definition at line 26 of file Nooptreq.php.
toOptionArray | ( | ) |
Definition at line 28 of file Nooptreq.php.
00029 { 00030 return array( 00031 array('value'=>'', 'label'=>Mage::helper('adminhtml')->__('No')), 00032 array('value'=>'opt', 'label'=>Mage::helper('adminhtml')->__('Optional')), 00033 array('value'=>'req', 'label'=>Mage::helper('adminhtml')->__('Required')), 00034 ); 00035 }