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

  • AliasFactory
  • CompositeFactory
  • ConcreteClassFactory
  • MapFactory
  • ServiceDescriptionFactory

Interfaces

  • FactoryInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class CompositeFactory

Composite factory used by a client object to create command objects utilizing multiple factories

Guzzle\Service\Command\Factory\CompositeFactory implements IteratorAggregate, Countable, Guzzle\Service\Command\Factory\FactoryInterface
Namespace: Guzzle\Service\Command\Factory
Located at Guzzle/Service/Command/Factory/CompositeFactory.php
Methods summary
public static Guzzle\Service\Command\Factory\CompositeFactory
# getDefaultChain( Guzzle\Service\ClientInterface $client )

Get the default chain to use with clients

Get the default chain to use with clients

Parameters

$client
Guzzle\Service\ClientInterface
$client Client to base the chain on

Returns

Guzzle\Service\Command\Factory\CompositeFactory
public
# __construct( array $factories = array() )

Parameters

$factories
array
$factories Array of command factories
public Guzzle\Service\Command\Factory\CompositeFactory
# add( Guzzle\Service\Command\Factory\FactoryInterface $factory, string|Guzzle\Service\Command\Factory\FactoryInterface $before = null )

Add a command factory to the chain

Add a command factory to the chain

Parameters

$factory
Guzzle\Service\Command\Factory\FactoryInterface
$factory Factory to add
$before
string|Guzzle\Service\Command\Factory\FactoryInterface
$before Insert the new command factory before a command factory class or object matching a class name.

Returns

Guzzle\Service\Command\Factory\CompositeFactory
public boolean
# has( Guzzle\Service\Command\Factory\FactoryInterface|string $factory )

Check if the chain contains a specific command factory

Check if the chain contains a specific command factory

Parameters

$factory
Guzzle\Service\Command\Factory\FactoryInterface|string
$factory Factory to check

Returns

boolean
public Guzzle\Service\Command\Factory\CompositeFactory
# remove( string|Guzzle\Service\Command\Factory\FactoryInterface $factory = null )

Remove a specific command factory from the chain

Remove a specific command factory from the chain

Parameters

$factory
string|Guzzle\Service\Command\Factory\FactoryInterface
$factory Factory to remove by name or instance

Returns

Guzzle\Service\Command\Factory\CompositeFactory
public null|Guzzle\Service\Command\Factory\FactoryInterface
# find( string|Guzzle\Service\Command\Factory\FactoryInterface $factory )

Get a command factory by class name

Get a command factory by class name

Parameters

$factory
string|Guzzle\Service\Command\Factory\FactoryInterface
$factory Command factory class or instance

Returns

null|Guzzle\Service\Command\Factory\FactoryInterface
public Guzzle\Service\Command\CommandInterface
# factory( string $name, array $args = array() )

Create a command using the associated command factories

Create a command using the associated command factories

Parameters

$name
string
$name Name of the command
$args
array
$args Command arguments

Returns

Guzzle\Service\Command\CommandInterface

Implementation of

Guzzle\Service\Command\Factory\FactoryInterface::factory()
public
# count( )

Implementation of

Countable::count()
public
# getIterator( )

Implementation of

IteratorAggregate::getIterator()
Properties summary
protected array $factories
#

Array of command factories

Array of command factories

php-coveralls API documentation generated by ApiGen 2.8.0