Open Journal Systems
3.3.0
QueryVisitor.php
1
<?php
2
3
namespace
Guzzle\Service\Command\LocationVisitor\Request
;
4
5
use
Guzzle\Http\Message\RequestInterface
;
6
use
Guzzle\Service\Command\CommandInterface
;
7
use
Guzzle\Service\Description\Parameter
;
8
12
class
QueryVisitor
extends
AbstractRequestVisitor
13
{
14
public
function
visit
(
CommandInterface
$command,
RequestInterface
$request,
Parameter
$param, $value)
15
{
16
$request->
getQuery
()->set($param->
getWireName
(), $this->prepareValue($value, $param));
17
}
18
}
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\Command\LocationVisitor\Request\AbstractRequestVisitor
Definition:
AbstractRequestVisitor.php:9
Guzzle\Service\Description\Parameter
Definition:
Parameter.php:10
Guzzle\Service\Command\LocationVisitor\Request\QueryVisitor\visit
visit(CommandInterface $command, RequestInterface $request, Parameter $param, $value)
Definition:
QueryVisitor.php:14
Guzzle\Service\Command\CommandInterface
Definition:
CommandInterface.php:17
Guzzle\Service\Description\Parameter\getWireName
getWireName()
Definition:
Parameter.php:250
Guzzle\Service\Command\LocationVisitor\Request\QueryVisitor
Definition:
QueryVisitor.php:12
Guzzle\Http\Message\RequestInterface\getQuery
getQuery()
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Service
Command
LocationVisitor
Request
QueryVisitor.php
Generated on Fri Aug 28 2020 14:53:19 for Open Journal Systems by
1.8.17