Skip to content
Snippets Groups Projects
  • Julian Bouzas's avatar
    77ec4c54
    lib: introduce WpConfiguration · 77ec4c54
    Julian Bouzas authored
    The purpose of this change is to have a generic API that allows modules to read
    configuration data from files under a specific directory. Since we can have many
    types of configuration files, this new class maps file extensions with generic
    parsers defined in the modules, giving modules full freedom to parse any kind of
    data.
    77ec4c54
    History
    lib: introduce WpConfiguration
    Julian Bouzas authored
    The purpose of this change is to have a generic API that allows modules to read
    configuration data from files under a specific directory. Since we can have many
    types of configuration files, this new class maps file extensions with generic
    parsers defined in the modules, giving modules full freedom to parse any kind of
    data.