MediaWiki  REL1_19
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 16 of file CategoryPage.php.


Member Function Documentation

Definition at line 71 of file CategoryPage.php.

References Article\getContext(), and Article\getTitle().

Referenced by view().

Here is the call graph for this function:

Here is the caller graph for this function:

static CategoryPage::newFromID ( id) [static]

Constructor from a page id.

Parameters:
$idInt article ID to load

Reimplemented from Article.

Definition at line 33 of file CategoryPage.php.

References $t.

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

Reimplemented from Article.

Definition at line 24 of file CategoryPage.php.

Definition at line 67 of file CategoryPage.php.

Referenced by view().

Here is the caller graph for this function:

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

Here is the call graph for this function:


Member Data Documentation

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

Definition at line 18 of file CategoryPage.php.


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