MediaWiki REL1_39
|
Public Member Functions | |
__construct (PageIdentity $page, IContextSource $context, array $from=[], array $until=[], array $query=[]) | |
addImage (PageReference $page, string $sortkey, int $pageLength, bool $isRedirect=false) | |
Add a page in the image namespace. | |
addPage (PageReference $page, string $sortkey, int $pageLength, bool $isRedirect=false) | |
Add a miscellaneous page. | |
addSubcategoryObject (Category $cat, $sortkey, $pageLength) | |
Add a subcategory to the internal lists, using a Category object. | |
getHTML () | |
Format the category data list. | |
getSubcategorySortChar (PageIdentity $page, string $sortkey) | |
Get the character to be used for sorting subcategories. | |
Public Member Functions inherited from ContextSource | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. | |
getActionName () | |
Get the action name for the current web request. | |
getAuthority () | |
getConfig () | |
getContext () | |
Get the base IContextSource object. | |
getCsrfTokenSet () | |
Get a repository to obtain and match CSRF tokens. | |
getLanguage () | |
getOutput () | |
getRequest () | |
getSkin () | |
getStats () | |
getTiming () | |
getTitle () | |
getUser () | |
getWikiPage () | |
Get the WikiPage object. | |
msg ( $key,... $params) | |
Get a Message object with context set Parameters are the same as wfMessage() | |
setContext (IContextSource $context) | |
Static Public Member Functions | |
static | columnList ( $articles, $articles_start_char, $cssClasses='mw-category mw-category-columns') |
Format a list of articles chunked by letter in a three-column list, ordered vertically. | |
static | shortList ( $articles, $articles_start_char) |
Format a list of articles chunked by letter in a bullet list. | |
Public Attributes | |
string[] | $articles |
array | $articles_start_char |
array | $children |
array | $children_start_char |
Collation | $collation |
array | $flip |
array | $from |
ImageGalleryBase | $gallery |
array | $imgsNoGallery |
array | $imgsNoGallery_start_char |
int | $limit |
array | $nextPage |
bool | $showGallery |
array | $until |
Protected Member Functions | |
clearCategoryState () | |
doCategoryQuery () | |
finaliseCategoryState () | |
getCategoryBottom () | |
getCategoryTop () | |
getImageSection () | |
getPagesSection () | |
getSubcategorySection () | |
Protected Attributes | |
PageIdentity | $page |
array | $prevPage |
Definition at line 31 of file CategoryViewer.php.
CategoryViewer::__construct | ( | PageIdentity | $page, |
IContextSource | $context, | ||
array | $from = [], | ||
array | $until = [], | ||
array | $query = [] ) |
PageIdentity | $page | |
IContextSource | $context | |
array | $from | An array with keys page, subcat, and file for offset of results of each section (since 1.17) |
array | $until | An array with 3 keys for until of each section (since 1.17) |
array | $query |
Definition at line 101 of file CategoryViewer.php.
References $from, $page, $until, deprecatePublicPropertyFallback(), IContextSource\getConfig(), ContextSource\getOutput(), and ContextSource\setContext().
CategoryViewer::addImage | ( | PageReference | $page, |
string | $sortkey, | ||
int | $pageLength, | ||
bool | $isRedirect = false ) |
Add a page in the image namespace.
PageReference | $page | |
string | $sortkey | |
int | $pageLength | |
bool | $isRedirect |
Definition at line 301 of file CategoryViewer.php.
References $title.
CategoryViewer::addPage | ( | PageReference | $page, |
string | $sortkey, | ||
int | $pageLength, | ||
bool | $isRedirect = false ) |
Add a miscellaneous page.
PageReference | $page | |
string | $sortkey | |
int | $pageLength | |
bool | $isRedirect |
Definition at line 330 of file CategoryViewer.php.
CategoryViewer::addSubcategoryObject | ( | Category | $cat, |
$sortkey, | |||
$pageLength ) |
Add a subcategory to the internal lists, using a Category object.
Category | $cat | |
string | $sortkey | |
int | $pageLength |
Definition at line 208 of file CategoryViewer.php.
References $page, Category\getPage(), and getSubcategorySortChar().
|
protected |
Definition at line 180 of file CategoryViewer.php.
References ContextSource\getContext(), and ContextSource\getRequest().
Referenced by getHTML().
|
static |
Format a list of articles chunked by letter in a three-column list, ordered vertically.
This is used for categories with a significant number of pages.
string[] | $articles | HTML links to each article |
string[] | $articles_start_char | The header characters for each article |
string | $cssClasses | CSS classes for the wrapper element |
Definition at line 630 of file CategoryViewer.php.
|
protected |
Definition at line 354 of file CategoryViewer.php.
References $dbr, $res, $title, $type, DB_REPLICA, NS_CATEGORY, NS_FILE, and wfGetDB().
Referenced by getHTML().
|
protected |
Definition at line 339 of file CategoryViewer.php.
Referenced by getHTML().
|
protected |
|
protected |
CategoryViewer::getHTML | ( | ) |
Format the category data list.
Definition at line 138 of file CategoryViewer.php.
References $lang, clearCategoryState(), doCategoryQuery(), finaliseCategoryState(), getCategoryBottom(), getCategoryTop(), ContextSource\getConfig(), getImageSection(), ContextSource\getLanguage(), ContextSource\getOutput(), getPagesSection(), getSubcategorySection(), and ContextSource\msg().
|
protected |
|
protected |
|
protected |
CategoryViewer::getSubcategorySortChar | ( | PageIdentity | $page, |
string | $sortkey ) |
Get the character to be used for sorting subcategories.
If there's a link from Category:A to Category:B, the sortkey of the resulting entry in the categorylinks table is Category:A, not A, which it SHOULD be. Workaround: If sortkey == "Category:".$title, than use $title for sorting, else use sortkey...
PageIdentity | $page | |
string | $sortkey | The human-readable sortkey (before transforming to icu or whatever). |
Definition at line 280 of file CategoryViewer.php.
References MediaWiki\Page\PageReference\getDBkey().
Referenced by addSubcategoryObject().
|
static |
Format a list of articles chunked by letter in a bullet list.
This is used for categories with a small number of pages (when columns aren't needed).
string[] | $articles | HTML links to each article |
string[] | $articles_start_char | The header characters for each article |
Definition at line 682 of file CategoryViewer.php.
string [] CategoryViewer::$articles |
Definition at line 45 of file CategoryViewer.php.
array CategoryViewer::$articles_start_char |
Definition at line 48 of file CategoryViewer.php.
array CategoryViewer::$children |
Definition at line 51 of file CategoryViewer.php.
array CategoryViewer::$children_start_char |
Definition at line 54 of file CategoryViewer.php.
Collation CategoryViewer::$collation |
Definition at line 78 of file CategoryViewer.php.
array CategoryViewer::$flip |
Definition at line 72 of file CategoryViewer.php.
array CategoryViewer::$from |
Definition at line 39 of file CategoryViewer.php.
Referenced by __construct().
ImageGalleryBase CategoryViewer::$gallery |
Definition at line 81 of file CategoryViewer.php.
array CategoryViewer::$imgsNoGallery |
Definition at line 63 of file CategoryViewer.php.
array CategoryViewer::$imgsNoGallery_start_char |
Definition at line 60 of file CategoryViewer.php.
int CategoryViewer::$limit |
Definition at line 36 of file CategoryViewer.php.
array CategoryViewer::$nextPage |
Definition at line 66 of file CategoryViewer.php.
|
protected |
Definition at line 75 of file CategoryViewer.php.
Referenced by __construct(), and addSubcategoryObject().
|
protected |
Definition at line 69 of file CategoryViewer.php.
bool CategoryViewer::$showGallery |
Definition at line 57 of file CategoryViewer.php.
array CategoryViewer::$until |
Definition at line 42 of file CategoryViewer.php.
Referenced by __construct().