RequestSerializerInterface
in
Translates command options and operation parameters into a request object
Table of Contents
Methods
- prepare() : RequestInterface
- Create a request for a command
Methods
prepare()
Create a request for a command
public
prepare(CommandInterface $command) : RequestInterface
Parameters
- $command : CommandInterface
-
Command that will own the request