Open Journal Systems  3.3.0
CreateResponseClassEvent.php
1 <?php
2 
3 namespace Guzzle\Service\Command;
4 
6 
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