$instance
$instance : self
Default HTTP response parser used to marshal JSON responses into arrays and XML responses into SimpleXMLElement
parse(\Guzzle\Service\Command\CommandInterface $command) : mixed
Parse the HTTP response received by the command and update the command's result contents
\Guzzle\Service\Command\CommandInterface | $command | Command to parse and update |
Returns the result to set on the command
handleParsing(\Guzzle\Service\Command\CommandInterface $command, \Guzzle\Http\Message\Response $response, $contentType)
\Guzzle\Service\Command\CommandInterface | $command | |
\Guzzle\Http\Message\Response | $response | |
$contentType |