Open Journal Systems
3.3.0
ReasonPhraseVisitor.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
class
ReasonPhraseVisitor
extends
AbstractResponseVisitor
13
{
14
public
function
visit
(
15
CommandInterface
$command,
16
Response
$response,
17
Parameter
$param,
18
&$value,
19
$context =
null
20
) {
21
$value[$param->
getName
()] = $response->getReasonPhrase();
22
}
23
}
Guzzle\Service\Command\LocationVisitor\Response
Definition:
AbstractResponseVisitor.php:3
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\CommandInterface
Definition:
CommandInterface.php:17
Guzzle\Service\Description\Parameter\getName
getName()
Definition:
Parameter.php:240
Guzzle\Service\Command\LocationVisitor\Response\ReasonPhraseVisitor
Definition:
ReasonPhraseVisitor.php:12
Guzzle\Service\Command\LocationVisitor\Response\ReasonPhraseVisitor\visit
visit(CommandInterface $command, Response $response, Parameter $param, &$value, $context=null)
Definition:
ReasonPhraseVisitor.php:14
Guzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor
Definition:
AbstractResponseVisitor.php:13
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Service
Command
LocationVisitor
Response
ReasonPhraseVisitor.php
Generated on Fri Aug 28 2020 14:53:20 for Open Journal Systems by
1.8.17