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