\Guzzle\Service\Command\FactoryServiceDescriptionFactory

Command factory used to create commands based on service descriptions

Summary

Methods
Properties
Constants
__construct()
setServiceDescription()
getServiceDescription()
factory()
No public properties found
No constants found
No protected methods found
$description
$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