Class OperationResponseParser
Response parser that attempts to marshal responses into an associative array based on models in a service description
- Guzzle\Service\Command\DefaultResponseParser implements Guzzle\Service\Command\ResponseParserInterface
- Guzzle\Service\Command\OperationResponseParser
public static
|
#
getInstance( )
Get a cached default instance of the Operation response parser that uses default visitors |
public
|
|
public
|
#
addVisitor( string $location,
Add a location visitor to the command |
protected
|
#
handleParsing(
|
protected
array
|
#
visitResult(
Perform transformations on the result array |
parse()
|
protected
|
$factory |
|
#
$factory Visitor factory |
protected static
|
$instance |
|