ResponseParserInterface
                
            in
            
        
    
        
            Parses the HTTP response of a command and sets the appropriate result on a command object
Table of Contents
Methods
- parse() : mixed
 - Parse the HTTP response received by the command and update the command's result contents
 
Methods
parse()
Parse the HTTP response received by the command and update the command's result contents
    public
                    parse(CommandInterface $command) : mixed
    Parameters
- $command : CommandInterface
 - 
                    
Command to parse and update
 
Return values
mixed —Returns the result to set on the command