PHP 클래스 SimpleSoftwareIO\SMS\Drivers\MozeoSMS

상속: extends AbstractSMS, implements SimpleSoftwareIO\SMS\Drivers\DriverInterface
파일 보기 프로젝트 열기: simplesoftwareio/simple-sms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$apiBase string The API's URL.
$client GuzzleHttp\Client The Guzzle HTTP Client.

공개 메소드들

메소드 설명
__construct ( Client $client ) Constructs the MozeoSMS Instance.
send ( OutgoingMessage $message ) Sends a SMS message.

메소드 상세

__construct() 공개 메소드

Constructs the MozeoSMS Instance.
public __construct ( Client $client )
$client GuzzleHttp\Client The guzzle client

send() 공개 메소드

Sends a SMS message.
public send ( OutgoingMessage $message )
$message SimpleSoftwareIO\SMS\OutgoingMessage

프로퍼티 상세

$apiBase 보호되어 있는 프로퍼티

The API's URL.
protected string $apiBase
리턴 string

$client 보호되어 있는 프로퍼티

The Guzzle HTTP Client.
protected Client,GuzzleHttp $client
리턴 GuzzleHttp\Client