Public Member Functions | |
toOptionArray () | |
Protected Attributes | |
$_options |
Definition at line 28 of file Store.php.
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 }