Open Journal Systems  3.3.0
RequestSerializerInterface.php
1 <?php
2 
3 namespace Guzzle\Service\Command;
4 
7 
12 {
20  public function prepare(CommandInterface $command);
21 }
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\RequestSerializerInterface
Definition: RequestSerializerInterface.php:11
Guzzle\Service\Command\RequestSerializerInterface\prepare
prepare(CommandInterface $command)
Guzzle\Service\Command\CommandInterface
Definition: CommandInterface.php:17