Open Journal Systems  3.3.0
ResponseVisitorInterface.php
1 <?php
2 
4 
8 
13 {
21  public function before(CommandInterface $command, array &$result);
22 
28  public function after(CommandInterface $command);
29 
39  public function visit(
40  CommandInterface $command,
41  Response $response,
42  Parameter $param,
43  &$value,
44  $context = null
45  );
46 }
Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface\before
before(CommandInterface $command, array &$result)
Guzzle\Service\Command\LocationVisitor\Response
Definition: AbstractResponseVisitor.php:3
Guzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface\after
after(CommandInterface $command)
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\ResponseVisitorInterface\visit
visit(CommandInterface $command, Response $response, Parameter $param, &$value, $context=null)