CRM-15603 - Standardize case & punctuation of 'Autocomplete-Select'
[civicrm-core.git] / CRM / Member / Form / Task / PDFLetterCommon.php
index 8d51103e43676b366ea2053bc9a0e0b7537a7071..010651fdc547521d5376cf150d2627770859ee8c 100644 (file)
@@ -12,7 +12,13 @@ class CRM_Member_Form_Task_PDFLetterCommon extends CRM_Contact_Form_Task_PDFLett
    * in fixing the existing pdfLetter classes to be suitably generic
    * @access public
    *
-   * @return None
+   * @param $form
+   * @param $membershipIDs
+   * @param $skipOnHold
+   * @param $skipDeceased
+   * @param $contactIDs
+   *
+   * @return void
    */
   static function postProcessMembers(&$form, $membershipIDs, $skipOnHold, $skipDeceased, $contactIDs) {
 
@@ -41,11 +47,15 @@ class CRM_Member_Form_Task_PDFLetterCommon extends CRM_Contact_Form_Task_PDFLett
 
   /**
    * generate htmlfor pdf letters
-   * @param unknown_type $membershipIDs
-   * @param unknown_type $returnProperties
-   * @param unknown_type $skipOnHold
-   * @param unknown_type $skipDeceased
+   *
+   * @param array $membershipIDs
+   * @param array $returnProperties
+   * @param bool $skipOnHold
+   * @param bool $skipDeceased
    * @param unknown_type $messageToken
+   * @param $html_message
+   * @param $categories
+   *
    * @return unknown
    */
   static function generateHTML($membershipIDs, $returnProperties, $skipOnHold, $skipDeceased, $messageToken, $html_message, $categories) {
@@ -57,7 +67,7 @@ class CRM_Member_Form_Task_PDFLetterCommon extends CRM_Contact_Form_Task_PDFLett
       $contactId = $membership['contact_id'];
       $params = array('contact_id' => $contactId);
       //getTokenDetails is much like calling the api contact.get function - but - with some minor
-      // special handlings. It preceeds the existance of the api
+      // special handlings. It preceeds the existence of the api
       list($contacts) = CRM_Utils_Token::getTokenDetails(
         $params,
         $returnProperties,