Open Journal Systems
3.3.0
CreateResponseClassEvent.php
1
<?php
2
3
namespace
Guzzle\Service\Command
;
4
5
use
Guzzle\Common\Event
;
6
10
class
CreateResponseClassEvent
extends
Event
11
{
17
public
function
setResult
($result)
18
{
19
$this[
'result'
] = $result;
20
$this->
stopPropagation
();
21
}
22
28
public
function
getResult
()
29
{
30
return
$this[
'result'
];
31
}
32
}
Guzzle\Service\Command\CreateResponseClassEvent
Definition:
CreateResponseClassEvent.php:10
Guzzle\Service\Command
Definition:
AbstractCommand.php:3
Guzzle\Service\Command\CreateResponseClassEvent\getResult
getResult()
Definition:
CreateResponseClassEvent.php:28
Guzzle\Service\Command\CreateResponseClassEvent\setResult
setResult($result)
Definition:
CreateResponseClassEvent.php:17
Guzzle\Common\Event
Definition:
lib/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php:10
Symfony\Component\EventDispatcher\Event\stopPropagation
stopPropagation()
Definition:
lib/vendor/symfony/event-dispatcher/Event.php:73
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Service
Command
CreateResponseClassEvent.php
Generated on Fri Aug 28 2020 14:51:19 for Open Journal Systems by
1.8.17