X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FPagerAToZ.php;h=60d81164286163b6d947f3f4dda3a680f78286cd;hb=1a45b74f6c665dc3688beac3a5ce1734e60e965a;hp=066bf12ad905a8c66d872d794ab50e55d4225a8c;hpb=b319421df58cfbeb99ca3016a8315b56690458ba;p=civicrm-core.git diff --git a/CRM/Utils/PagerAToZ.php b/CRM/Utils/PagerAToZ.php index 066bf12ad9..60d8116428 100644 --- a/CRM/Utils/PagerAToZ.php +++ b/CRM/Utils/PagerAToZ.php @@ -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