Exemplo n.º 1
0
 protected function _init()
 {
     parent::_init();
     if (is_null($this->_useMobileBreakpoints)) {
         $this->_useMobileBreakpoints = Kwf_Config::getValue('kwc.mobileBreakpoints');
     }
 }
Exemplo n.º 2
0
 protected function _init()
 {
     parent::_init();
     $this->_inherits = $this->_getChainedGenerator()->getInherits();
     $this->_addUrlPart = $this->_getChainedGenerator()->getAddUrlPart();
 }