Class Reference - Stefanius67/Config GitHub Wiki
Config
Namespace: \SKien\Config
Classes
Class | Description |
---|---|
AbstractConfig | Abstract base class for config components. |
ArrayConfig | Class for config component getting data directly from Array. |
INIConfig | Class for config component getting data from INI file. |
JSONConfig | Class for config component getting data from JSON file. |
NEONConfig | Class for config component getting data from NEON file. |
NullConfig | Class for empty config. |
XMLConfig | Class for config component getting data from XML file. |
YAMLConfig | Class for config component getting data from YAML file. |
Interfaces
Interface | Description |
---|---|
ConfigInterface | Interface for config components. |