Open Journal Systems
3.3.0
|
Public Member Functions | |
load ($config, array $options=array()) | |
Interface used for loading configuration data (service descriptions, service builder configs, etc)
If a loaded configuration data sets includes a top level key containing an 'includes' section, then the data in the file will extend the merged result of all of the included config files.
Definition at line 11 of file ConfigLoaderInterface.php.
Guzzle\Service\ConfigLoaderInterface::load | ( | $config, | |
array | $options = array() |
||
) |
Loads configuration data and returns an array of the loaded result
mixed | $config | Data to load (filename or array of data) |
array | $options | Array of options to use when loading |
Implemented in Guzzle\Service\AbstractConfigLoader, and Guzzle\Service\CachingConfigLoader.