Merge pull request #4789 from totten/master-test-tx
[civicrm-core.git] / CRM / Event / Page / ParticipantListing / Simple.php
index 08ca67826937f55e141a133308cd0960aede6533..0e6fa9a7503b795a27604b86c81688921cfe8c58 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -56,6 +56,9 @@ class CRM_Event_Page_ParticipantListing_Simple extends CRM_Core_Page {
     $this->assign('displayRecent', FALSE);
   }
 
+  /**
+   * @return string
+   */
   function run() {
     $this->preProcess();
 
@@ -104,6 +107,11 @@ LIMIT    $offset, $rowCount";
     return parent::run();
   }
 
+  /**
+   * @param $fromClause
+   * @param $whereClause
+   * @param array $whereParams
+   */
   function pager($fromClause, $whereClause, $whereParams) {
 
     $params = array();
@@ -128,6 +136,9 @@ SELECT count( civicrm_contact.id )
     $this->assign_by_ref('pager', $this->_pager);
   }
 
+  /**
+   * @return string
+   */
   function orderBy() {
     static $headers = NULL;
     if (!$headers) {