Http\Client\Promise\HttpFulfilledPromise::__construct PHP Метод

__construct() публичный Метод

public __construct ( Psr\Http\Message\ResponseInterface $response )
$response Psr\Http\Message\ResponseInterface
    public function __construct(ResponseInterface $response)
    {
        $this->response = $response;
    }