Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
smsgateway_aws\local\aws_sms_service_provider Interface Reference
Inheritance diagram for smsgateway_aws\local\aws_sms_service_provider:
smsgateway_aws\local\service\aws_sns

Static Public Member Functions

static send_sms_message (string $messagecontent, string $phonenumber, stdclass $config,)
 Sends an SMS message using the selected aws service provider.
 

Member Function Documentation

◆ send_sms_message()

static smsgateway_aws\local\aws_sms_service_provider::send_sms_message ( string $messagecontent,
string $phonenumber,
stdclass $config )
static

Sends an SMS message using the selected aws service provider.

Parameters
string$messagecontentthe content to send in the SMS message.
string$phonenumberthe destination for the message.
Return values
message_statusStatus of the message.

The documentation for this interface was generated from the following file: