Postmark\PostmarkClientBase::setClient PHP Метод

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

Provide a custom GuzzleHttp\Client to be used for HTTP requests
См. также: http://docs.guzzlephp.org/en/latest/ for a full list of configuration options The following options will be ignored: - http_errors - headers - query - json
public setClient ( Client $client )
$client GuzzleHttp\Client
    public function setClient(Client $client)
    {
        $this->client = $client;
    }