Open Journal Systems  3.3.0
AbstractResponseVisitor.php
1 <?php
2 
4 
8 
14 {
15  public function before(CommandInterface $command, array &$result) {}
16 
17  public function after(CommandInterface $command) {}
18 
19  public function visit(
20  CommandInterface $command,
21  Response $response,
22  Parameter $param,
23  &$value,
24  $context = null
25  ) {}
26 }
Guzzle\Service\Command\LocationVisitor\Response
Definition: AbstractResponseVisitor.php:3
Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor\before
before(CommandInterface $command, array &$result)
Definition: AbstractResponseVisitor.php:15
Guzzle\Service\Description\Parameter
Definition: Parameter.php:10
Guzzle\Http\Message\Response
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php:17
Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface
Definition: ResponseVisitorInterface.php:12
Guzzle\Service\Command\CommandInterface
Definition: CommandInterface.php:17
Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor\visit
visit(CommandInterface $command, Response $response, Parameter $param, &$value, $context=null)
Definition: AbstractResponseVisitor.php:19
Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor\after
after(CommandInterface $command)
Definition: AbstractResponseVisitor.php:17
Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor
Definition: AbstractResponseVisitor.php:13