MediaWiki
REL1_22
|
An action that views article content. More...
Public Member Functions | |
getName () | |
Return the name of the action this object responds to. | |
onView () | |
Show something on GET request. | |
show () | |
The main action entry point. |
An action that views article content.
This is a wrapper that will call Article::render().
Definition at line 33 of file ViewAction.php.
Return the name of the action this object responds to.
Reimplemented from Action.
Definition at line 35 of file ViewAction.php.
Show something on GET request.
Reimplemented from FormlessAction.
Definition at line 39 of file ViewAction.php.
ViewAction::show | ( | ) |
The main action entry point.
Do all output for display and send it to the context output. Do not use globals $wgOut, $wgRequest, etc, in implementations; use $this->getOutput(), etc.
ErrorPageError |
Reimplemented from FormlessAction.
Definition at line 43 of file ViewAction.php.
References page.