Namespace Charcoal\Config
| AbstractConfig | Default configuration container / registry. |
| AbstractEntity | Default data model. |
| GenericConfig | Basic, generic concrete Config container. |
| ConfigInterface | Describes a configuration container / registry. |
| ConfigurableInterface | Describes an object that can be configured with an instance of Charcoal\Config\ConfigInterface. |
| DelegatesAwareInterface | Describes an object that can perform lookups in other objects. |
| EntityInterface | Describes a conceptual data model. |
| FileAwareInterface | Describes an object that can read file contents. |
| SeparatorAwareInterface | Describes an object that can perform lookups into multi-dimensional arrays. |
| ConfigurableTrait | Provides an object with a ConfigInterface configuration container. |
| DelegatesAwareTrait | Provides an object with the ability to perform lookups in other objects. |
| FileAwareTrait | Provides an object with the ability to read file contents. |
| SeparatorAwareTrait | Provides an object with the ability to perform lookups into multi-dimensional arrays. |