コード例 #1
0
ファイル: SMS.php プロジェクト: kcristiano/civicrm-core
 /**
  * Process the form after the input has been submitted and validated.
  */
 public function postProcess()
 {
     CRM_Contact_Form_Task_SMSCommon::postProcess($this);
 }