MediaWiki  REL1_19
AlphabeticPager Class Reference

IndexPager with an alphabetic list and a formatted navigation bar. More...

Inheritance diagram for AlphabeticPager:
Collaboration diagram for AlphabeticPager:

List of all members.

Public Member Functions

 getNavigationBar ()
 Shamelessly stolen bits from ReverseChronologicalPager, didn't want to do class magic as may be still revamped.

Protected Member Functions

 getOrderTypeMessages ()
 If this supports multiple order type messages, give the message key for enabling each one in getNavigationBar.

Detailed Description

IndexPager with an alphabetic list and a formatted navigation bar.

Definition at line 645 of file Pager.php.


Member Function Documentation

Shamelessly stolen bits from ReverseChronologicalPager, didn't want to do class magic as may be still revamped.

Returns:
String HTML

Implements Pager.

Definition at line 653 of file Pager.php.

References IndexPager\getIndexField(), ContextSource\getLanguage(), IndexPager\getLimitLinks(), getOrderTypeMessages(), IndexPager\getPagingLinks(), IndexPager\isNavigationBarShown(), IndexPager\makeLink(), wfMsgExt(), and wfMsgHtml().

Here is the call graph for this function:

If this supports multiple order type messages, give the message key for enabling each one in getNavigationBar.

The return type is an associa- tive array whose keys must exactly match the keys of the array returned by getIndexField(), and whose values are message keys.

Returns:
Array

Definition at line 730 of file Pager.php.

Referenced by getNavigationBar().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: