X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FTask.php;h=efde2567ba3652f44c552d8e45e2f2c2f8ed75c9;hb=081efd2df4eb2406f8ae1604ad31b501732a75f7;hp=87dc0e07428f7af330b4296a40635d708b149bf4;hpb=389d11ec7b65de1b7c1b88ed030394c707439118;p=civicrm-core.git diff --git a/CRM/Event/Form/Task.php b/CRM/Event/Form/Task.php index 87dc0e0742..efde2567ba 100644 --- a/CRM/Event/Form/Task.php +++ b/CRM/Event/Form/Task.php @@ -1,9 +1,9 @@ _participantIds = array(); @@ -156,7 +160,11 @@ class CRM_Event_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