Merge pull request #4759 from totten/master-civimail-status
[civicrm-core.git] / CRM / Utils / PagerAToZ.php
index ef77786a7802de68f6e4b8f061f5b42fa783027f..60d81164286163b6d947f3f4dda3a680f78286cd 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -42,9 +42,11 @@ class CRM_Utils_PagerAToZ {
   /**
    * returns the alphabetic array for sorting by character
    *
-   * @param array  $query           The query object
+   * @param array $query The query object
    * @param string $sortByCharacter The character that we are potentially sorting on
    *
+   * @param bool $isDAO
+   *
    * @return string                 The html formatted string
    * @access public
    * @static
@@ -69,6 +71,9 @@ class CRM_Utils_PagerAToZ {
   /**
    * Function to return the all the dynamic characters
    *
+   * @param $query
+   * @param $isDAO
+   *
    * @return array $dynamicAlphabets is a array of dynamic characters
    * @access private
    * @static
@@ -94,9 +99,11 @@ class CRM_Utils_PagerAToZ {
   /**
    * create the links
    *
-   * @param array  $query          The form values for search
+   * @param array $query The form values for search
    * @param string $sortByCharacter The character that we are potentially sorting on
    *
+   * @param $isDAO
+   *
    * @return array with links
    * @access private
    * @static