Class ServiceDescriptionLoader
Loader for service descriptions
- Guzzle\Service\AbstractConfigLoader implements Guzzle\Service\ConfigLoaderInterface
-
Guzzle\Service\Description\ServiceDescriptionLoader
Namespace: Guzzle\Service\Description
Located at Guzzle/Service/Description/ServiceDescriptionLoader.php
Located at Guzzle/Service/Description/ServiceDescriptionLoader.php
Methods summary
-
protectedbuild ( array $config, array $options )Perform the parsing of a config file and create the end result
-
protectedresolveExtension ( string $name, array & $op, array & $operations )
Methods detail
Perform the parsing of a config file and create the end result
Parameters
- $config
array
$config Configuration data- $options
array
$options Options to use when building
Returns
mixedParameters
- $name
string
$name Name of the operation- $op
array
$op Operation value array- $operations
array
$operations Currently loaded operations
Throws
Methods inherited from Guzzle\Service\AbstractConfigLoader
addAlias(),
load(),
loadFile(),
mergeData(),
mergeIncludes(),
removeAlias()