MediaWiki  REL1_22
ViewAction Class Reference

An action that views article content. More...

Inheritance diagram for ViewAction:
Collaboration diagram for ViewAction:

List of all members.

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.

Detailed Description

An action that views article content.

This is a wrapper that will call Article::render().

Definition at line 33 of file ViewAction.php.


Member Function Documentation

Return the name of the action this object responds to.

Returns:
String lowercase

Reimplemented from Action.

Definition at line 35 of file ViewAction.php.

Show something on GET request.

Returns:
String|null will be added to the HTMLForm if present, or just added to the output if not. Return null to not add anything

Reimplemented from FormlessAction.

Definition at line 39 of file ViewAction.php.

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.

Exceptions:
ErrorPageError

Reimplemented from FormlessAction.

Definition at line 43 of file ViewAction.php.

References page.


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