Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($command) | |
Static Public Member Functions | |
static | fromCommand (OperationCommand $command) |
Data Fields | |
$command | |
Definition at line 8 of file CustomResponseModel.php.
Guzzle\Tests\Mock\CustomResponseModel::__construct | ( | $command | ) |
Definition at line 17 of file CustomResponseModel.php.
References Guzzle\Tests\Mock\CustomResponseModel\$command.
|
static |
Create a response model object from a completed command
OperationCommand | $command | That serialized the request |
Implements Guzzle\Service\Command\ResponseClassInterface.
Definition at line 12 of file CustomResponseModel.php.
References Guzzle\Tests\Mock\CustomResponseModel\$command.
Guzzle\Tests\Mock\CustomResponseModel::$command |
Definition at line 10 of file CustomResponseModel.php.
Referenced by Guzzle\Tests\Mock\CustomResponseModel\__construct(), and Guzzle\Tests\Mock\CustomResponseModel\fromCommand().