Class ServiceBuilderLoader
Service builder config loader
-
Guzzle\Service\AbstractConfigLoader
implements
Guzzle\Service\ConfigLoaderInterface
-
Guzzle\Service\Builder\ServiceBuilderLoader
Methods summary
protected
mixed
|
#
build( array $config, array $options )
Perform the parsing of a config file and create the end result
Perform the parsing of a config file and create the end result
Parameters
- $config
- Configuration data
- $options
- Options to use when building
Returns
mixed
|
protected
array
|
#
mergeData( array $a, array $b )
Default implementation for merging two arrays of data (uses array_merge_recursive)
Default implementation for merging two arrays of data (uses array_merge_recursive)
Parameters
- $a
- Original data
- $b
- Data to merge into the original and overwrite existing values
Returns
array
Overrides
|