\Guzzle\ServiceConfigLoaderInterface

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.

Summary

Methods
Constants
load()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

load()

load(mixed  $config, array  $options = array()) : mixed

Loads configuration data and returns an array of the loaded result

Parameters

mixed $config

Data to load (filename or array of data)

array $options

Array of options to use when loading

Returns

mixed