MediaWiki
REL1_24
|
Public Member Functions | |
execute () | |
getName () | |
Return the name of the action this object responds to. | |
show () | |
The main action entry point. |
Definition at line 179 of file ActionTest.php.
Definition at line 188 of file ActionTest.php.
Return the name of the action this object responds to.
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.
ErrorPageError |
Reimplemented from Action.
Definition at line 185 of file ActionTest.php.