\Guzzle\Service\CommandResponseClassInterface

Interface used to accept a completed OperationCommand and parse the result into a specific response type

Summary

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

Methods

fromCommand()

fromCommand(\Guzzle\Service\Command\OperationCommand  $command) : self

Create a response model object from a completed command

Parameters

\Guzzle\Service\Command\OperationCommand $command

That serialized the request

Returns

self