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;
    }