Interface ResponseParserInterface
Parses the HTTP response of a command and sets the appropriate result on a command object
Direct known implementers
Indirect known implementers
Methods summary
- 
            
                
                    
publicparse ( Guzzle\Service\Command\CommandInterface $command )Parse the HTTP response received by the command and update the command's result contents
 
Methods detail
Parse the HTTP response received by the command and update the command's result contents
Parameters
- $command
 Guzzle\Service\Command\CommandInterface
$command Command to parse and update
Returns
mixedReturns the result to set on the command