_init() protected method

protected _init ( )
Example #1
0
 protected function _init()
 {
     $this->_config['template'] = '/{:locale:[a-z]+[a-z]+}' . $this->_config['template'];
     $this->_config['params'] += array('locale' => null);
     parent::_init();
 }