Mage_Adminhtml_Model_System_Config_Source_Store Class Reference

List of all members.

Public Member Functions

 toOptionArray ()

Protected Attributes

 $_options


Detailed Description

Definition at line 28 of file Store.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 32 of file Store.php.

00033     {
00034         if (!$this->_options) {
00035             $this->_options = Mage::getResourceModel('core/store_collection')
00036                 ->load()->toOptionArray();
00037         }
00038         return $this->_options;
00039     }


Member Data Documentation

$_options [protected]

Definition at line 30 of file Store.php.


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