Merge pull request #3363 from jitendrapurohit/CRM14315
[civicrm-core.git] / CRM / Member / Form / Task.php
index 3d221357a0d1105b4aa3211d7784fba2610e997d..b447dc8cf6f44e743cc686ff1e009ec177c3c392 100644 (file)
@@ -86,6 +86,10 @@ class CRM_Member_Form_Task extends CRM_Core_Form {
     self::preProcessCommon($this);
   }
 
+  /**
+   * @param $form
+   * @param bool $useTable
+   */
   static function preProcessCommon(&$form, $useTable = FALSE) {
     $form->_memberIds = array();
 
@@ -163,7 +167,11 @@ class CRM_Member_Form_Task extends CRM_Core_Form {
    * the form with a customized title for the main Submit
    *
    * @param string $title title of the main button
-   * @param string $type  button type for the form after processing
+   * @param string $nextType
+   * @param string $backType
+   * @param bool $submitOnce
+   *
+   * @internal param string $type button type for the form after processing
    *
    * @return void
    * @access public