\Guzzle\Service\CommandDefaultResponseParser

Default HTTP response parser used to marshal JSON responses into arrays and XML responses into SimpleXMLElement

Summary

Methods
Properties
Constants
getInstance()
parse()
No public properties found
No constants found
handleParsing()
$instance
N/A
No private methods found
No private properties found
N/A

Properties

$instance

$instance : self

Type

self

Methods

getInstance()

getInstance() : self

Returns

self

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