Class AliasFactory
Command factory used when you need to provide aliases to commands
- Guzzle\Service\Command\Factory\AliasFactory implements Guzzle\Service\Command\Factory\FactoryInterface
Namespace: Guzzle\Service\Command\Factory
Located at src/Guzzle/Service/Command/Factory/AliasFactory.php
Located at src/Guzzle/Service/Command/Factory/AliasFactory.php
public
|
|
public
CommandInterface|null
|
protected
array
|
$aliases
Associative array mapping command aliases to the aliased command |
|
protected
|
$client
Client used to retry using aliases |