Merge pull request #3223 from lcdservices/CRM-14672
[civicrm-core.git] / CRM / Campaign / Form / Task.php
index 7f7e209bea66f45a119e78a07ffe85bec3e2657c..bdf9f8324a424cb6b4012d6399483f741c960cca 100755 (executable)
@@ -136,7 +136,11 @@ class CRM_Campaign_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