Example #1
0
 /**
  * Set overridden params
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setUseConfirm(false)->setSwitchUrl($this->getUrl('adminhtml/*/*', ['store' => null]));
 }
Example #2
0
 /**
  * Constructor
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sc_store_select');
 }