CRM_Contact_Form_Task_SMSCommon
class CRM_Contact_Form_Task_SMSCommon
This class provides the common functionality for sending sms to one or a group of contact ids.
Constants
RECIEVED_SMS_ACTIVITY_SUBJECT |
|
Properties
$_contactDetails | |||
$_allContactDetails | |||
$_toContactPhone |
Methods
static
static
static bool|array
formRule(array $fields, array $dontCare, array $self)
Form rule.
static
Details
at line 51
static
preProcessProvider(CRM_Core_Form $form)
Pre process the provider.
at line 88
static
buildQuickForm(CRM_Core_Form $form)
Build the form object.
at line 311
static bool|array
formRule(array $fields, array $dontCare, array $self)
Form rule.
at line 342
static
postProcess(CRM_Core_Form $form)
Process the form after the input has been submitted and validated.