Public Member Functions | |
getCondition () | |
Protected Member Functions | |
_getOptions () |
Definition at line 34 of file Type.php.
_getOptions | ( | ) | [protected] |
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Select.
Definition at line 36 of file Type.php.
00037 { 00038 $options = array( 00039 array( 00040 'value'=>'', 00041 'label'=>Mage::helper('backup')->__('All types') 00042 ), 00043 array( 00044 'value'=>'db', 00045 'label'=>Mage::helper('backup')->__('DB') 00046 ), 00047 ); 00048 return $options; 00049 }
getCondition | ( | ) |
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Column_Filter_Select.
Definition at line 51 of file Type.php.