Exemplo n.º 1
0
 /**
  * Adds configuration definitions to the config module of this application
  *
  * @param SiteConfigModule $config the config module of this application to
  *                                  witch to add the config definitions.
  */
 protected function addConfigDefinitions(SiteConfigModule $config)
 {
     parent::addConfigDefinitions($config);
     $config->addDefinitions(Sniftr::getConfigDefinitions());
 }