Mage_Adminhtml_Model_System_Config_Source_Yesno Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 26 of file Yesno.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 29 of file Yesno.php.

00030     {
00031         return array(
00032             array('value'=>1, 'label'=>Mage::helper('adminhtml')->__('Yes')),
00033             array('value'=>0, 'label'=>Mage::helper('adminhtml')->__('No')),
00034         );
00035     }


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