MediaWiki
REL1_22
|
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 28 of file CategoryPage.php.
Definition at line 84 of file CategoryPage.php.
References array(), as, Article\getContext(), and Article\getTitle().
Referenced by view().
static CategoryPage::newFromID | ( | $ | id | ) | [static] |
Constructor from a page id.
int | $id | article ID to load |
Reimplemented from Article.
Definition at line 46 of file CategoryPage.php.
References $t.
CategoryPage::newPage | ( | Title $ | title | ) | [protected] |
$title | Title |
Reimplemented from Article.
Definition at line 36 of file CategoryPage.php.
Definition at line 80 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 53 of file CategoryPage.php.
References $title, array(), closeShowCategory(), Article\getContext(), Article\getTitle(), openShowCategory(), and wfRunHooks().
CategoryPage::$mCategoryViewerClass = 'CategoryViewer' [protected] |
Definition at line 30 of file CategoryPage.php.