Ejemplo n.º 1
0
 public static function register_db_config_handler($handler)
 {
     if (in_array(get_class($handler), self::$active_plugins) && in_array('KokenDatabaseConfiguration', class_implements($handler))) {
         self::$db_config_provider = $handler;
     }
 }