MediaWiki
REL1_19
|
Special handling for category description pages, showing pages, subcategories and file that belong to the category. More...
Public Member Functions | |
closeShowCategory () | |
openShowCategory () | |
view () | |
This is the default action of the index.php entry point: just view the page of the given title. | |
Static Public Member Functions | |
static | newFromID ($id) |
Constructor from a page id. | |
Protected Member Functions | |
newPage (Title $title) | |
Protected Attributes | |
$mCategoryViewerClass = 'CategoryViewer' |
Special handling for category description pages, showing pages, subcategories and file that belong to the category.
Definition at line 16 of file CategoryPage.php.
Definition at line 71 of file CategoryPage.php.
References Article\getContext(), and Article\getTitle().
Referenced by view().
static CategoryPage::newFromID | ( | $ | id | ) | [static] |
Constructor from a page id.
$id | Int article ID to load |
Reimplemented from Article.
Definition at line 33 of file CategoryPage.php.
References $t.
CategoryPage::newPage | ( | Title $ | title | ) | [protected] |
$title | Title |
Reimplemented from Article.
Definition at line 24 of file CategoryPage.php.
Definition at line 67 of file CategoryPage.php.
Referenced by view().
This is the default action of the index.php entry point: just view the page of the given title.
Reimplemented from Article.
Definition at line 40 of file CategoryPage.php.
References $title, closeShowCategory(), Article\getContext(), Article\getTitle(), openShowCategory(), and wfRunHooks().
CategoryPage::$mCategoryViewerClass = 'CategoryViewer' [protected] |
Definition at line 18 of file CategoryPage.php.