Inherits IndexPager.
Inherited by CategoryPager, ProtectedPagesPager, ProtectedtitlesPager, and UsersPager.
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. |
Definition at line 511 of file Pager.php.
AlphabeticPager::getNavigationBar | ( | ) |
Shamelessly stolen bits from ReverseChronologicalPager, didn't want to do class magic as may be still revamped.
Implements Pager.
Definition at line 516 of file Pager.php.
References $wgLang, IndexPager::getIndexField(), IndexPager::getLimitLinks(), getOrderTypeMessages(), IndexPager::getPagingLinks(), IndexPager::makeLink(), wfMsgExt(), and wfMsgHtml().
AlphabeticPager::getOrderTypeMessages | ( | ) | [protected] |
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.
Definition at line 579 of file Pager.php.
Referenced by getNavigationBar().