Class AbstractResponseVisitor
Location visitor used to parse values out of a response into an associative array
- Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor implements Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface
Direct known subclasses
Guzzle\Service\Command\LocationVisitor\Response\BodyVisitor, Guzzle\Service\Command\LocationVisitor\Response\HeaderVisitor, Guzzle\Service\Command\LocationVisitor\Response\JsonVisitor, Guzzle\Service\Command\LocationVisitor\Response\ReasonPhraseVisitor, Guzzle\Service\Command\LocationVisitor\Response\StatusCodeVisitor, Guzzle\Service\Command\LocationVisitor\Response\XmlVisitor
Abstract
Namespace: Guzzle\Service\Command\LocationVisitor\Response
Codecoverageignore
Located at src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
Namespace: Guzzle\Service\Command\LocationVisitor\Response
Codecoverageignore
Located at src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
public
|
#
before(
Called before visiting all parameters. This can be used for seeding the result of a command with default data (e.g. populating with JSON data in the response then adding to the parsed data). |
public
|
|
public
|
#
visit(
Called once for each parameter being visited that matches the location type |