Public Member Functions | |
__construct () | |
Protected Attributes | |
$_hasDefaultOption = false |
Definition at line 34 of file Switcher.php.
__construct | ( | ) |
Set overriden params
Reimplemented from Mage_Adminhtml_Block_Store_Switcher.
Definition at line 44 of file Switcher.php.
00045 { 00046 parent::__construct(); 00047 $this->setUseConfirm(false)->setSwitchUrl($this->getUrl('*/*/*', array('store' => null))); 00048 }
$_hasDefaultOption = false [protected] |