\Guzzle\Service\Command\FactoryConcreteClassFactory

Command factory used to create commands referencing concrete command classes

Summary

Methods
Properties
Constants
__construct()
factory()
No public properties found
No constants found
No protected methods found
$client
$inflector
N/A
No private methods found
No private properties found
N/A

Properties

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