\Guzzle\Service\Command\FactoryFactoryInterface

Interface for creating commands by name

Summary

Methods
Constants
factory()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

factory()

factory(string  $name, array  $args = array()) : \Guzzle\Service\Command\CommandInterface|null

Create a command by name

Parameters

string $name

Command to create

array $args

Command arguments

Returns

\Guzzle\Service\Command\CommandInterface|null