Open Journal Systems  3.3.0
ResponseParserInterface.php
1 <?php
2 
3 namespace Guzzle\Service\Command;
4 
9 {
17  public function parse(CommandInterface $command);
18 }
Guzzle\Service\Command
Definition: AbstractCommand.php:3
Guzzle\Service\Command\ResponseParserInterface
Definition: ResponseParserInterface.php:8
Guzzle\Service\Command\CommandInterface
Definition: CommandInterface.php:17
Guzzle\Service\Command\ResponseParserInterface\parse
parse(CommandInterface $command)