__construct() __construct(string $phone,string $message,string $from_name = '') Constructor. Define the SMS message. Parameters string $phone The recipient phone number. string $message The message to send. string $from_name The sender name.
get_phone() get_phone(): string Get the phone number@return string The recipient phone number. Returnsstring —The recipient phone number.
get_message() get_message(): string Get the message@return string The SMS message contents Returnsstring —The SMS message contents
get_from_name() get_from_name(): string Get the from name.@return string The from name Returnsstring —The from name