PHP Class SimpleSoftwareIO\SMS\Drivers\LabsMobileSMS

Inheritance: extends AbstractSMS, implements SimpleSoftwareIO\SMS\Drivers\DriverInterface
Afficher le fichier Open project: simplesoftwareio/simple-sms Class Usage Examples

Protected Properties

Свойство Type Description
$apiBase string The API's URL.
$client GuzzleHttp\Client The Guzzle HTTP Client.

Méthodes publiques

Méthode Description
__construct ( Client $client ) Constructs the MozeoSMS Instance.
send ( OutgoingMessage $message ) Sends a SMS message.

Method Details

__construct() public méthode

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

send() public méthode

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

Property Details

$apiBase protected_oe property

The API's URL.
protected string $apiBase
Résultat string

$client protected_oe property

The Guzzle HTTP Client.
protected Client,GuzzleHttp $client
Résultat GuzzleHttp\Client