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
Located at src/Guzzle/Service/Command/Factory/CompositeFactory.php
public static
|
#
getDefaultChain(
Get the default chain to use with clients |
public
|
|
public
|
#
add(
Add a command factory to the chain |
public
boolean
|
#
has(
Check if the chain contains a specific command factory |
public
|
#
remove( string|
Remove a specific command factory from the chain |
public
null|
|
#
find( string|
Get a command factory by class name |
public
|
|
public
|
|
public
|
protected
array
|
$factories
Array of command factories |