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

  • AbstractHasDispatcher
  • Collection
  • Event
  • Version

Interfaces

  • FromConfigInterface
  • HasDispatcherInterface
  • ToArrayInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Interface FromConfigInterface

Interfaces that adds a factory method which is used to instantiate a class from an array of configuration options.

Direct known implementers

Guzzle\Cache\CacheAdapterFactory, Guzzle\Service\ClientInterface

Indirect known implementers

Guzzle\Service\Client
Namespace: Guzzle\Common
Located at Guzzle/Common/FromConfigInterface.php
Methods summary
public static Guzzle\Common\FromConfigInterface
# factory( array|Guzzle\Common\Collection $config = array() )

Static factory method used to turn an array or collection of configuration data into an instantiated object.

Static factory method used to turn an array or collection of configuration data into an instantiated object.

Parameters

$config
array|Guzzle\Common\Collection
$config Configuration data

Returns

Guzzle\Common\FromConfigInterface
php-coveralls API documentation generated by ApiGen 2.8.0