Public Member Functions | |
toOptionArray () |
Definition at line 28 of file Transactiontype.php.
toOptionArray | ( | ) |
Definition at line 30 of file Transactiontype.php.
00031 { 00032 return array( 00033 array('value'=>'O', 'label'=>Mage::helper('adminhtml')->__('Aggregate Order')), 00034 array('value'=>'I', 'label'=>Mage::helper('adminhtml')->__('Individual Item')), 00035 ); 00036 }