Phue\Transport\Http::__construct PHP Метод

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

Construct Http transport
public __construct ( Client $client )
$client Phue\Client
    public function __construct(Client $client)
    {
        $this->client = $client;
    }