MediaWiki
REL1_24
|
IndexPager with an alphabetic list and a formatted navigation bar. More...
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. |
IndexPager with an alphabetic list and a formatted navigation bar.
Definition at line 28 of file AlphabeticPager.php.
Shamelessly stolen bits from ReverseChronologicalPager, didn't want to do class magic as may be still revamped.
Implements Pager.
Definition at line 36 of file AlphabeticPager.php.
References array(), as, IndexPager\getIndexField(), ContextSource\getLanguage(), IndexPager\getLimitLinks(), getOrderTypeMessages(), IndexPager\getPagingLinks(), IndexPager\isNavigationBarShown(), IndexPager\makeLink(), and ContextSource\msg().
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 associative array whose keys must exactly match the keys of the array returned by getIndexField(), and whose values are message keys.
Definition at line 105 of file AlphabeticPager.php.
Referenced by getNavigationBar().