Open Journal Systems
3.3.0
RequestVisitorInterface.php
1
<?php
2
3
namespace
Guzzle\Service\Command\LocationVisitor\Request
;
4
5
use
Guzzle\Http\Message\RequestInterface
;
6
use
Guzzle\Service\Description\Parameter
;
7
use
Guzzle\Service\Command\CommandInterface
;
8
12
interface
RequestVisitorInterface
13
{
20
public
function
after
(
CommandInterface
$command,
RequestInterface
$request);
21
30
public
function
visit
(
CommandInterface
$command,
RequestInterface
$request,
Parameter
$param, $value);
31
}
Guzzle\Service\Command\LocationVisitor\Request
Definition:
AbstractRequestVisitor.php:3
Guzzle\Http\Message\RequestInterface
Definition:
lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php:16
Guzzle\Service\Description\Parameter
Definition:
Parameter.php:10
Guzzle\Service\Command\CommandInterface
Definition:
CommandInterface.php:17
Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface
Definition:
RequestVisitorInterface.php:12
Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface\visit
visit(CommandInterface $command, RequestInterface $request, Parameter $param, $value)
Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface\after
after(CommandInterface $command, RequestInterface $request)
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Service
Command
LocationVisitor
Request
RequestVisitorInterface.php
Generated on Fri Aug 28 2020 14:53:24 for Open Journal Systems by
1.8.17