Вход Регистрация
Файл: vkolhoze.com/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/CustomResponseModel.php
Строк: 28
<?php

namespace GuzzleTestsMock;

use 
GuzzleServiceCommandResponseClassInterface;
use 
GuzzleServiceCommandOperationCommand;

class 
CustomResponseModel implements ResponseClassInterface
{
    public 
$command;

    public static function 
fromCommand(OperationCommand $command)
    {
        return new 
self($command);
    }

    public function 
__construct($command)
    {
        
$this->command $command;
    }
}
Онлайн: 2
Реклама