getNumbers() |
It is a mandatory function that combines and returns the $numbers and $numbers_intl arrays in the class. |
getTitle() |
It returns the $title (Sender ID) variable in the class, and it is a mandatory function. |
getBody() |
It returns the $body (SMS Text) variable in the class, and it is a mandatory function. |
getError() |
It returns the $error (Error Message) variable in the class, and it is a mandatory function. |
$body |
It is assigned to the variable by the body() function, containing the message text to be sent for the SMS. |
numbers_reset() |
It is a mandatory function and resets variables within the class. |