[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Implements Special:Categories This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
File Size: | 198 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SpecialCategories:: (5 methods):
__construct()
setPageLinkRenderer()
initServices()
execute()
getGroupName()
CategoryPager:: (8 methods):
__construct()
getQueryInfo()
getIndexField()
getDefaultQuery()
getDefaultDirections()
getBody()
formatRow()
getStartForm()
Class: SpecialCategories - X-Ref
__construct() X-Ref |
setPageLinkRenderer(PageLinkRenderer $linkRenderer) X-Ref |
Initialize or override the PageLinkRenderer SpecialCategories collaborates with. Useful mainly for testing. param: PageLinkRenderer $linkRenderer |
initServices() X-Ref |
Initialize any services we'll need (unless it has already been provided via a setter). This allows for dependency injection even though we don't control object creation. |
execute( $par ) X-Ref |
No description |
getGroupName() X-Ref |
No description |
Class: CategoryPager - X-Ref
TODO: Allow sorting by count. We need to have a unique index to do this__construct( IContextSource $context, $from, PageLinkRenderer $linkRenderer) X-Ref |
param: IContextSource $context param: string $from param: PageLinkRenderer $linkRenderer |
getQueryInfo() X-Ref |
No description |
getIndexField() X-Ref |
No description |
getDefaultQuery() X-Ref |
No description |
getDefaultDirections() X-Ref |
No description |
getBody() X-Ref |
No description |
formatRow( $result ) X-Ref |
No description |
getStartForm( $from ) X-Ref |
No description |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |