MediaWiki  REL1_24
DummyAction Class Reference
Inheritance diagram for DummyAction:
Collaboration diagram for DummyAction:

List of all members.

Public Member Functions

 execute ()
 getName ()
 Return the name of the action this object responds to.
 show ()
 The main action entry point.

Detailed Description

Definition at line 179 of file ActionTest.php.


Member Function Documentation

Definition at line 188 of file ActionTest.php.

Return the name of the action this object responds to.

Since:
1.17
Returns:
string Lowercase name

Reimplemented from Action.

Definition at line 181 of file ActionTest.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.

Since:
1.17
Exceptions:
ErrorPageError

Reimplemented from Action.

Definition at line 185 of file ActionTest.php.


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