/**
  * Instantiate config
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_config = Mage::getModel($this->_configType, array($this->_configMethod));
 }