|
| __construct () |
| Create an instance of this class.
|
|
| send_sms_message (string $messagecontent, string $phonenumber) |
| Sends a message using the AWS SNS API.
|
|
◆ add_settings()
static factor_sms\local\smsgateway\aws_sns::add_settings |
( |
\admin_settingpage | $settings | ) |
|
|
static |
◆ is_gateway_enabled()
static factor_sms\local\smsgateway\aws_sns::is_gateway_enabled |
( |
| ) |
|
|
static |
◆ send_sms_message()
factor_sms\local\smsgateway\aws_sns::send_sms_message |
( |
string | $messagecontent, |
|
|
string | $phonenumber ) |
Sends a message using the AWS SNS API.
- Parameters
-
string | $messagecontent | the content to send in the SMS message. |
string | $phonenumber | the destination for the message. |
- Return values
-
bool | true on message send success |
Implements factor_sms\local\smsgateway\gateway_interface.
The documentation for this class was generated from the following file:
- admin/tool/mfa/factor/sms/classes/local/smsgateway/aws_sns.php