Open Journal Systems
3.3.0
ResponseVisitorInterface.php
1
<?php
2
3
namespace
Guzzle\Service\Command\LocationVisitor\Response
;
4
5
use
Guzzle\Http\Message\Response
;
6
use
Guzzle\Service\Description\Parameter
;
7
use
Guzzle\Service\Command\CommandInterface
;
8
12
interface
ResponseVisitorInterface
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)
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Service
Command
LocationVisitor
Response
ResponseVisitorInterface.php
Generated on Fri Aug 28 2020 14:53:26 for Open Journal Systems by
1.8.17