Public Member Functions | |
view () | |
This is the default action of the script: just view the page of the given title. | |
hasViewableContent () | |
Don't return a 404 for categories in use. | |
openShowCategory () | |
closeShowCategory () |
Definition at line 13 of file CategoryPage.php.
CategoryPage::closeShowCategory | ( | ) |
Definition at line 54 of file CategoryPage.php.
References $until, $wgOut, and $wgRequest.
Referenced by view().
CategoryPage::hasViewableContent | ( | ) |
Don't return a 404 for categories in use.
Reimplemented from Article.
Definition at line 40 of file CategoryPage.php.
References Category::newFromTitle().
CategoryPage::openShowCategory | ( | ) |
CategoryPage::view | ( | ) |
This is the default action of the script: just view the page of the given title.
Reimplemented from Article.
Definition at line 14 of file CategoryPage.php.
References $wgRequest, $wgUser, closeShowCategory(), openShowCategory(), Article::view(), and wfRunHooks().