MediaWiki  REL1_22
CategoryPage Class Reference

Special handling for category description pages, showing pages, subcategories and file that belong to the category. More...

Inheritance diagram for CategoryPage:
Collaboration diagram for CategoryPage:

List of all members.

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'

Detailed Description

Special handling for category description pages, showing pages, subcategories and file that belong to the category.

Definition at line 28 of file CategoryPage.php.


Member Function Documentation

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.

Parameters:
int$idarticle ID to load
Returns:
CategoryPage|null

Reimplemented from Article.

Definition at line 46 of file CategoryPage.php.

References $t.

CategoryPage::newPage ( Title title) [protected]
Parameters:
$titleTitle
Returns:
WikiCategoryPage

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().


Member Data Documentation

CategoryPage::$mCategoryViewerClass = 'CategoryViewer' [protected]

Definition at line 30 of file CategoryPage.php.


The documentation for this class was generated from the following file: