MediaWiki
REL1_19
|
Public Member Functions | |
getName () | |
Return the name of the action this object responds to. | |
onView () | |
Show something on GET request. | |
requiresUnblock () | |
Whether this action can still be executed by a blocked user. | |
requiresWrite () | |
Whether this action requires the wiki not to be locked. | |
Static Public Member Functions | |
static | pageCountInfo ($title) |
Return the total number of edits and number of unique editors on a given page. | |
Protected Member Functions | |
getDescription () | |
Returns the description that goes below the <h1> tag. | |
getPageTitle () | |
Returns the name that goes in the <h1> page title. |
Definition at line 26 of file InfoAction.php.
InfoAction::getDescription | ( | ) | [protected] |
Returns the description that goes below the <h1> tag.
Reimplemented from Action.
Definition at line 32 of file InfoAction.php.
Return the name of the action this object responds to.
Reimplemented from Action.
Definition at line 28 of file InfoAction.php.
InfoAction::getPageTitle | ( | ) | [protected] |
Returns the name that goes in the <h1> page title.
Reimplemented from Action.
Definition at line 44 of file InfoAction.php.
References Action\getTitle(), and Action\msg().
Show something on GET request.
Reimplemented from FormlessAction.
Definition at line 48 of file InfoAction.php.
References $title, $wgDisableCounters, Html\element(), Action\getLanguage(), Action\getTitle(), Action\getUser(), Action\msg(), pageCountInfo(), and Html\rawElement().
static InfoAction::pageCountInfo | ( | $ | title | ) | [static] |
Return the total number of edits and number of unique editors on a given page.
If page does not exist, returns false.
$title | Title object |
Definition at line 109 of file InfoAction.php.
References $dbr, $title, and wfGetDB().
Referenced by onView().
Whether this action can still be executed by a blocked user.
Reimplemented from Action.
Definition at line 40 of file InfoAction.php.
Whether this action requires the wiki not to be locked.
Reimplemented from Action.
Definition at line 36 of file InfoAction.php.