X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FForm%2FTask.php;h=53c293d897c5b1e2756ecfa00b913d9231c47bb3;hb=577b7e48ebcaa765fb308e02407f8988f1ed6131;hp=eb452ebca75c9184cd3f5743a898d74038bc1fb7;hpb=9c2e4fb9824d9913d19a7f7e24ada6093a409461;p=civicrm-core.git diff --git a/CRM/Case/Form/Task.php b/CRM/Case/Form/Task.php index eb452ebca7..53c293d897 100644 --- a/CRM/Case/Form/Task.php +++ b/CRM/Case/Form/Task.php @@ -1,9 +1,9 @@ _caseIds = array(); @@ -150,7 +154,11 @@ class CRM_Case_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