Merge pull request #4806 from civicrm/4.5
[civicrm-core.git] / CRM / Mailing / Selector / Event.php
index f4f94b65d0e94976bb04b38d97187e6810debeea..a71578a5ce7ab49cbd4a1c59385e038cc0504817 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -42,7 +42,7 @@
 class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_Core_Selector_API {
 
   /**
-   * array of supported links, currenly null
+   * Array of supported links, currenly null
    *
    * @var array
    * @static
@@ -50,32 +50,32 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
   static $_links = NULL;
 
   /**
-   * what event type are we browsing?
+   * What event type are we browsing?
    */
   private $_event;
 
   /**
-   * should we only count distinct contacts?
+   * Should we only count distinct contacts?
    */
   private $_is_distinct;
 
   /**
-   * which mailing are we browsing events from?
+   * Which mailing are we browsing events from?
    */
   private $_mailing_id;
 
   /**
-   * do we want events tied to a specific job?
+   * Do we want events tied to a specific job?
    */
   private $_job_id;
 
   /**
-   * for click-through events, do we only want those from a specific url?
+   * For click-through events, do we only want those from a specific url?
    */
   private $_url_id;
 
   /**
-   * we use desc to remind us what that column is, name is used in the tpl
+   * We use desc to remind us what that column is, name is used in the tpl
    *
    * @var array
    */
@@ -113,7 +113,7 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
   }
 
   /**
-   * getter for array of the parameters required for creating pager.
+   * Getter for array of the parameters required for creating pager.
    *
    * @param $action
    * @param array $params
@@ -129,7 +129,7 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
   }
 
   /**
-   * returns the column headers as an array of tuples:
+   * Returns the column headers as an array of tuples:
    * (name, sortName (key to the sort array))
    *
    * @param string $action the action being performed
@@ -337,7 +337,7 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
   }
 
   /**
-   * returns all the rows in the given offset and rowCount
+   * Returns all the rows in the given offset and rowCount
    *
    * @param enum   $action   the action being performed
    * @param int    $offset   the row number to start from
@@ -417,7 +417,7 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
   }
 
   /**
-   * name of export file.
+   * Name of export file.
    *
    * @param string $output type of output
    *