Overview

Namespaces

  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • 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
    • Tests
      • Batch
      • Cache
      • Common
        • Cache
        • Exception
      • Http
        • Curl
        • Exception
        • Message
          • Header
      • Inflection
      • Iterator
      • Log
      • Message
      • Mock
      • Parser
        • Cookie
        • Message
      • Parsers
        • UriTemplate
      • Plugin
        • Async
        • Backoff
        • Cache
        • Cookie
          • CookieJar
        • CurlAuth
        • ErrorResponse
        • History
        • Log
        • Md5
        • Mock
        • Oauth
        • Redirect
      • Service
        • Builder
        • Command
          • LocationVisitor
            • Request
            • Response
        • Description
        • Exception
        • Mock
          • Command
            • Sub
          • Model
        • Resource
      • Stream
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • Fatzebra
      • Message
  • PHP

Classes

  • AliasFactory
  • CompositeFactory
  • ConcreteClassFactory
  • MapFactory
  • ServiceDescriptionFactory

Interfaces

  • FactoryInterface
  • Overview
  • Namespace
  • Class
  • Tree

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 src/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
Client to base the chain on

Returns

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

Parameters

$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
Factory to add
$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
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
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
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
Name of the command
$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

#
Omnipay Fat Zebra / Paystream Gateway Module API Documentation API documentation generated by ApiGen