Open Journal Systems
3.3.0
|
Public Member Functions | |
parse (CommandInterface $command) | |
Parses the HTTP response of a command and sets the appropriate result on a command object
Definition at line 8 of file ResponseParserInterface.php.
Guzzle\Service\Command\ResponseParserInterface::parse | ( | CommandInterface | $command | ) |
Parse the HTTP response received by the command and update the command's result contents
CommandInterface | $command | Command to parse and update |
Implemented in Guzzle\Service\Command\DefaultResponseParser.