Exemplo n.º 1
0
 public function setConfig($config)
 {
     parent::setConfig($config);
     if ($this->_config) {
         $this->app = $this->getConfig('app', 'default-value', $this->app);
         $this->appKey = $this->getConfig('app', 'url-param', $this->appKey);
     }
 }