Package IO\Data\config
AbstractConfigData | This is a default and minimal implementation of the ConfigData interface. |
ConfigManager | This class manages config loading and saving. It makes a two-level lazy loading:
|
ConfigData | This interface represents configuration data which are stored automatically by the config manager. The storage mode is very powerful, it uses a two-level cache and the database. They are stored in a map associating a value to a property |
ConfigNotFoundException | This exception is raised when a configuration entry is load whereas it doesn't exists in the database. |
PropertyNotFoundException | This exception is raised when a not existing property is asked in a ConfigData object. |