Exemplo n.º 1
0
 /**
  * Sets the default config adapter.
  *
  * @param Enlight_Config_Adapter $adapter
  * @return void
  */
 public static function setDefaultAdapter(Enlight_Config_Adapter $adapter)
 {
     self::$_defaultAdapter = $adapter;
 }