Merge pull request #4759 from totten/master-civimail-status
[civicrm-core.git] / CRM / Utils / PagerAToZ.php
index 066bf12ad905a8c66d872d794ab50e55d4225a8c..60d81164286163b6d947f3f4dda3a680f78286cd 100644 (file)
@@ -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