Interface RequestSerializerInterface
Translates command options and operation parameters into a request object
Direct known implementers
Methods summary
- 
            
                
                    
publicprepare ( Guzzle\Service\Command\CommandInterface $command )Create a request for a command
 
Methods detail
                #
                
                    
                
            
            
                     public 
                    Guzzle\Http\Message\RequestInterface
                    
                
                
prepare( Guzzle\Service\Command\CommandInterface $command )
                    
                Create a request for a command
Parameters
- $command
 Guzzle\Service\Command\CommandInterface
$command Command that will own the request