X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMember%2FForm%2FMembershipRenewal.php;h=a14888fc8a32d5ef2de0822f97cdd1a2b5245568;hb=e44431fee3e48e503e8500ace6206f2d25c8956f;hp=48e96187a22cacdeac939aaf85620a64b24d06b5;hpb=37b64f5e60e666e8694b24c77e18147a826349ac;p=civicrm-core.git diff --git a/CRM/Member/Form/MembershipRenewal.php b/CRM/Member/Form/MembershipRenewal.php index 48e96187a2..a14888fc8a 100644 --- a/CRM/Member/Form/MembershipRenewal.php +++ b/CRM/Member/Form/MembershipRenewal.php @@ -134,7 +134,7 @@ class CRM_Member_Form_MembershipRenewal extends CRM_Member_Form { } /** - * This function sets the default values for the form. + * Set default values for the form. * the default values are retrieved from the database * * @access public @@ -244,7 +244,7 @@ class CRM_Member_Form_MembershipRenewal extends CRM_Member_Form { } /** - * Function to build the form + * Build the form object * * @return void * @access public @@ -452,7 +452,7 @@ WHERE id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )'; } /** - * Function for validation + * Validation * * @param array $params (ref.) an assoc array of name/value pairs * @@ -486,7 +486,7 @@ WHERE id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )'; } /** - * Function to process the renewal form + * Process the renewal form * * @access public *