X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FForm%2FManagePremiums.php;h=3d9159993366cc061d3b206732a96382a64fa5f2;hb=d44c681d9105af668449d16d9f53832d7982f47e;hp=e324ccd2aebd68aa4fbdd832b425ebec10e0f4a8;hpb=2ea9e524c71b7d83bc9eba7f1d630997f45ebcc0;p=civicrm-core.git diff --git a/CRM/Contribute/Form/ManagePremiums.php b/CRM/Contribute/Form/ManagePremiums.php index e324ccd2ae..3d91599933 100644 --- a/CRM/Contribute/Form/ManagePremiums.php +++ b/CRM/Contribute/Form/ManagePremiums.php @@ -40,7 +40,7 @@ class CRM_Contribute_Form_ManagePremiums extends CRM_Contribute_Form { /** - * Function to pre process the form + * pre process the form * * @access public * @@ -51,7 +51,7 @@ class CRM_Contribute_Form_ManagePremiums extends CRM_Contribute_Form { } /** - * This function sets the default values for the form. Manage Premiums that in edit/view mode + * Set default values for the form. Manage Premiums that in edit/view mode * the default values are retrieved from the database * * @access public @@ -87,7 +87,7 @@ class CRM_Contribute_Form_ManagePremiums extends CRM_Contribute_Form { } /** - * Function to build the form + * Build the form object * * @return void * @access public @@ -272,7 +272,7 @@ class CRM_Contribute_Form_ManagePremiums extends CRM_Contribute_Form { } /** - * Function to process the form + * Process the form submission * * @access public *