Read a config from a file.
| Parameters: |
|
|---|---|
| Return type: | array|Config |
| Throws : | ExceptionInvalidArgumentException |
| Throws : | ExceptionRuntimeException |
Read configuration from multiple files and merge them.
| Parameters: |
|
|---|---|
| Return type: | array|Config |
Writes a config to a file
| Parameters: |
|
|---|---|
| Return type: | boolean TRUE on success | FALSE on failure |
| Throws : | ExceptionRuntimeException |
| Throws : | ExceptionInvalidArgumentException |
Set reader plugin manager
| Parameters: | ReaderPluginManager – |
|---|---|
| Return type: | void |
Get the reader plugin manager
| Return type: | ReaderPluginManager |
|---|
Set writer plugin manager
| Parameters: | WriterPluginManager – |
|---|---|
| Return type: | void |
Get the writer plugin manager
| Return type: | WriterPluginManager |
|---|