SimpleSoftwareIO\SMS\Drivers\EZTextingSMS::__construct PHP Метод

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

Constructs a new instance.
public __construct ( Client $client )
$client GuzzleHttp\Client
    public function __construct(Client $client)
    {
        $this->client = $client;
    }