Open Journal Systems
3.3.0
|
Public Member Functions | |
prepare (CommandInterface $command) | |
Translates command options and operation parameters into a request object
Definition at line 11 of file RequestSerializerInterface.php.
Guzzle\Service\Command\RequestSerializerInterface::prepare | ( | CommandInterface | $command | ) |
Create a request for a command
CommandInterface | $command | Command that will own the request |
Implemented in Guzzle\Service\Command\DefaultRequestSerializer.