Merge pull request #1 from manishmore/master
[civicrm-core.git] / CRM / Event / Form / Task.php
index 1e2c8eec1251b8fd04ffa569a28cb68302484912..efde2567ba3652f44c552d8e45e2f2c2f8ed75c9 100644 (file)
@@ -79,6 +79,10 @@ class CRM_Event_Form_Task extends CRM_Core_Form {
     self::preProcessCommon($this);
   }
 
+  /**
+   * @param $form
+   * @param bool $useTable
+   */
   static function preProcessCommon(&$form, $useTable = FALSE) {
     $form->_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