CRM_Utils_PagerAToZ
class CRM_Utils_PagerAToZ
This class is for displaying alphabetical bar
Methods
static string
getAToZBar(array $query, string $sortByCharacter, bool $isDAO = FALSE)
Returns the alphabetic array for sorting by character.
static array
getStaticCharacters()
Return the all the static characters.
static array
getDynamicCharacters($query, $isDAO)
Return the all the dynamic characters.
static array
createLinks(array $query, string $sortByCharacter, $isDAO)
Create the links.
Details
at line 51
static string
getAToZBar(array $query, string $sortByCharacter, bool $isDAO = FALSE)
Returns the alphabetic array for sorting by character.
at line 62
static array
getStaticCharacters()
Return the all the static characters.
at line 103
static array
getDynamicCharacters($query, $isDAO)
Return the all the dynamic characters.
at line 134
static array
createLinks(array $query, string $sortByCharacter, $isDAO)
Create the links.