Open Journal Systems  3.3.0
CommandInterface.php
1 <?php
2 
3 namespace Guzzle\Service\Command;
4 
13 
17 interface CommandInterface extends \ArrayAccess, ToArrayInterface
18 {
24  public function getName();
25 
31  public function getOperation();
32 
39  public function execute();
40 
46  public function getClient();
47 
55  public function setClient(ClientInterface $client);
56 
63  public function getRequest();
64 
71  public function getResponse();
72 
79  public function getResult();
80 
88  public function setResult($result);
89 
95  public function isPrepared();
96 
102  public function isExecuted();
103 
110  public function prepare();
111 
117  public function getRequestHeaders();
118 
127  public function setOnComplete($callable);
128 }
Guzzle\Service\Command\CommandInterface\getRequestHeaders
getRequestHeaders()
Guzzle\Common\ToArrayInterface
Definition: paymethod/paypal/lib/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php:8
Guzzle\Http\Message\RequestInterface
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php:16
Guzzle\Service\Command
Definition: AbstractCommand.php:3
Guzzle\Service\Command\CommandInterface\execute
execute()
Guzzle\Service\Command\CommandInterface\isPrepared
isPrepared()
Guzzle\Http\Message\Response
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php:17
Guzzle\Service\Command\CommandInterface\getResult
getResult()
Guzzle\Service\Description\OperationInterface
Definition: OperationInterface.php:10
Guzzle\Service\Command\CommandInterface\isExecuted
isExecuted()
Guzzle\Service\Command\CommandInterface
Definition: CommandInterface.php:17
Guzzle\Service\Exception\CommandException
Definition: CommandException.php:7
Guzzle\Service\ClientInterface
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php:16
Guzzle\Service\Command\CommandInterface\getResponse
getResponse()
Guzzle\Common\Exception\InvalidArgumentException
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php:5
Guzzle\Service\Command\CommandInterface\getName
getName()
Guzzle\Service\Command\CommandInterface\setClient
setClient(ClientInterface $client)
Guzzle\Service\Command\CommandInterface\getRequest
getRequest()
Guzzle\Service\Command\CommandInterface\setOnComplete
setOnComplete($callable)
Guzzle\Service\Command\CommandInterface\getClient
getClient()
Guzzle\Service\Command\CommandInterface\prepare
prepare()
Guzzle\Service\Command\CommandInterface\getOperation
getOperation()
Guzzle\Service\Command\CommandInterface\setResult
setResult($result)
Guzzle\Common\Collection
Definition: paymethod/paypal/lib/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php:11