Merge pull request #5097 from PalanteJon/CRM-15917
[civicrm-core.git] / CRM / Event / Form / Task.php
index d3d8b655f57f0f0949272d8d1bac5c25ad283cdc..1deb17da0dcd552c2741e9106057196d56946865 100644 (file)
 class CRM_Event_Form_Task extends CRM_Core_Form {
 
   /**
-   * The task being performed
+   * The task being performed.
    *
    * @var int
    */
   protected $_task;
 
   /**
-   * The additional clause that we restrict the search with
+   * The additional clause that we restrict the search with.
    *
    * @var string
    */
   protected $_componentClause = NULL;
 
   /**
-   * The array that holds all the component ids
+   * The array that holds all the component ids.
    *
    * @var array
    */
   protected $_componentIds;
 
   /**
-   * The array that holds all the participant ids
+   * The array that holds all the participant ids.
    *
    * @var array
    */
   protected $_participantIds;
 
   /**
-   * Build all the data structures needed to build the form
+   * Build all the data structures needed to build the form.
    *
    * @param
    *
@@ -155,7 +155,7 @@ class CRM_Event_Form_Task extends CRM_Core_Form {
   }
 
   /**
-   * Simple shell that derived classes can call to add buttons to
+   * Simple shell that derived classes can call to add buttons to.
    * the form with a customized title for the main Submit
    *
    * @param string $title