Open Journal Systems  3.3.0
Guzzle\Service\Command\RequestSerializerInterface Interface Reference
Inheritance diagram for Guzzle\Service\Command\RequestSerializerInterface:
Guzzle\Service\Command\DefaultRequestSerializer

Public Member Functions

 prepare (CommandInterface $command)
 

Detailed Description

Translates command options and operation parameters into a request object

Definition at line 11 of file RequestSerializerInterface.php.

Member Function Documentation

◆ prepare()

Guzzle\Service\Command\RequestSerializerInterface::prepare ( CommandInterface  $command)

Create a request for a command

Parameters
CommandInterface$commandCommand that will own the request
Returns
RequestInterface

Implemented in Guzzle\Service\Command\DefaultRequestSerializer.


The documentation for this interface was generated from the following file: