Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • ServiceBuilder
  • ServiceBuilderLoader

Interfaces

  • ServiceBuilderInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class ServiceBuilderLoader

Service builder config loader

Guzzle\Service\AbstractConfigLoader implements Guzzle\Service\ConfigLoaderInterface
Extended by Guzzle\Service\Builder\ServiceBuilderLoader
Namespace: Guzzle\Service\Builder
Located at Guzzle/Service/Builder/ServiceBuilderLoader.php
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
array
$config Configuration data
$options
array
$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
array
$a Original data
$b
array
$b Data to merge into the original and overwrite existing values

Returns

array

Overrides

Guzzle\Service\AbstractConfigLoader::mergeData()
Methods inherited from Guzzle\Service\AbstractConfigLoader
addAlias(), load(), loadFile(), mergeIncludes(), removeAlias()
Properties inherited from Guzzle\Service\AbstractConfigLoader
$aliases, $loadedFiles
php-coveralls API documentation generated by ApiGen 2.8.0