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