/**
  * Set block handler
  */
 public function __construct()
 {
     parent::__construct();
     $this->_controller = 'adminhtml_events';
     $this->_blockGroup = 'devhelper';
     $this->_headerText = $this->_helper->__('Dev. Helper') . ' / ' . $this->_helper->__('Events');
 }
 /**
  * Set block handler
  */
 public function __construct()
 {
     parent::__construct();
     $this->_controller = 'adminhtml_rewrites_routers_deprecated';
     $this->_blockGroup = 'devhelper';
     $this->_headerText = $this->_helper->__('Dev. Helper') . ' / ' . $this->_helper->__('Routers') . ' / ' . $this->_helper->__('From To');
 }
 /**
  * Set block handler
  */
 public function __construct()
 {
     parent::__construct();
     $this->_controller = 'adminhtml_rewrites_routers_routers';
     $this->_blockGroup = 'devhelper';
     $this->_headerText = $this->_helper->getTitleByFilter();
 }