\Guzzle\Service\CommandResponseParserInterface

Parses the HTTP response of a command and sets the appropriate result on a command object

Summary

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

Methods

parse()

parse(\Guzzle\Service\Command\CommandInterface  $command) : mixed

Parse the HTTP response received by the command and update the command's result contents

Parameters

\Guzzle\Service\Command\CommandInterface $command

Command to parse and update

Returns

mixed —

Returns the result to set on the command